summaryrefslogtreecommitdiff
path: root/main/enum.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-07-23 14:32:04 +0000
committerRussell Bryant <russell@russellbryant.com>2007-07-23 14:32:04 +0000
commiteaebbdab617bf42159e508fb0666c3f904e44056 (patch)
treed2c499026f167a48ece5606f6733520bec03edae /main/enum.c
parent098acf6fc3865f77ebf7f5688e2ed70808702fba (diff)
(closes issue #10271)
Reported by: snuffy Patches: doxygen-updates.diff uploaded by snuffy (license 35) Another big batch of doxygen documentation updates git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@76559 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/enum.c')
-rw-r--r--main/enum.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/enum.c b/main/enum.c
index 1c9d34184..cf298a655 100644
--- a/main/enum.c
+++ b/main/enum.c
@@ -362,7 +362,7 @@ static int enum_callback(void *context, unsigned char *answer, int len, unsigned
return 0;
}
-/*! \brief ENUM lookup */
+/* ENUM lookup */
int ast_get_enum(struct ast_channel *chan, const char *number, char *dst, int dstlen, char *tech, int techlen, char* suffix, char* options, unsigned int record, struct enum_context **argcontext)
{
struct enum_context *context;
@@ -532,9 +532,7 @@ int ast_get_enum(struct ast_channel *chan, const char *number, char *dst, int ds
return ret;
}
-/*! \brief Get TXT record from DNS.
- Really has nothing to do with enum, but anyway...
- */
+/* Get TXT record from DNS. Really has nothing to do with enum, but anyway... */
int ast_get_txt(struct ast_channel *chan, const char *number, char *dst, int dstlen, char *tech, int techlen, char *txt, int txtlen)
{
struct enum_context context;