From: Russell Bryant Date: Wed, 26 Sep 2007 06:31:05 +0000 (+0000) Subject: Change function documentation to use doxygen tags. (Really, I just needed X-Git-Tag: 1.6.0-beta1~3^2~1318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e8997fe3c1b96fd90129f510dc8a2c67d9fe845;p=thirdparty%2Fasterisk.git Change function documentation to use doxygen tags. (Really, I just needed to make some minor change in trunk to test something with automerge ...) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83849 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/file.h b/include/asterisk/file.h index f94fa71c4b..24796076dd 100644 --- a/include/asterisk/file.h +++ b/include/asterisk/file.h @@ -266,8 +266,11 @@ int ast_waitstream_exten(struct ast_channel *c, const char *context); */ int ast_waitstream_fr(struct ast_channel *c, const char *breakon, const char *forward, const char *rewind, int ms); -/* Same as waitstream, but with audio output to fd and monitored fd checking. Returns - 1 if monfd is ready for reading */ +/*! + * Same as waitstream, but with audio output to fd and monitored fd checking. + * + * \return 1 if monfd is ready for reading + */ int ast_waitstream_full(struct ast_channel *c, const char *breakon, int audiofd, int monfd); /*!