From 2bf80313d6f8f29e2c9aa74c562e1d1e6c37e6a1 Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 16 Jul 2007 02:51:56 +0000 Subject: Merge a bunch of doxygen updates to header files. This includes changes to use the \retval tag for documenting return values, fixing various warnings when generating the documentation, and various other things. (closes issue #10203, snuffy) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@75164 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/channel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk/channel.h') diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h index 139a8b10e..9bfc3dd4d 100644 --- a/include/asterisk/channel.h +++ b/include/asterisk/channel.h @@ -396,7 +396,7 @@ struct ast_channel { AST_STRING_FIELD(uniqueid); /*!< Unique Channel Identifier */ ); - /*! \brief File descriptor for channel -- Drivers will poll on these file descriptors, so at least one must be non -1. See \ref AstFileDesc */ + /*! \brief File descriptor for channel -- Drivers will poll on these file descriptors, so at least one must be non -1. See \arg \ref AstFileDesc */ int fds[AST_MAX_FDS]; void *music_state; /*!< Music State*/ -- cgit v1.2.3