From: Olle Johansson Date: Thu, 15 Feb 2007 17:13:29 +0000 (+0000) Subject: Make file's new comment doxygenified X-Git-Tag: 1.6.0-beta1~3^2~3209 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11a9db38ed3f99e92d0d141c043b018e7d4fcc17;p=thirdparty%2Fasterisk.git Make file's new comment doxygenified git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@54654 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/io.c b/main/io.c index 7614145a60..209f279264 100644 --- a/main/io.c +++ b/main/io.c @@ -62,7 +62,7 @@ struct io_rec { #define GROW_SHRINK_SIZE 512 -/*! \brief Global IO variables are now in a struct in order to be +/*! \brief Global IO variables are now in a struct in order to be made threadsafe */ struct io_context { struct pollfd *fds; /*!< Poll structure */ @@ -73,7 +73,7 @@ struct io_context { int needshrink; /*!< Whether something has been deleted */ }; -/* Create an I/O context */ +/*! \brief Create an I/O context */ struct io_context *io_context_create(void) { struct io_context *tmp = NULL;