From 88c6359e5baf4dbe11682b2d86523fe9cf0bcd3f Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 23 Jul 2007 14:32:04 +0000 Subject: (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: http://svn.digium.com/svn/asterisk/trunk@76559 f38db490-d61c-443f-a65b-d21fe96a405b --- main/enum.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'main/enum.c') 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; -- cgit v1.2.3