[asterisk-commits] oej: trunk r54654 - /trunk/main/io.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Feb 15 10:13:30 MST 2007


Author: oej
Date: Thu Feb 15 11:13:29 2007
New Revision: 54654

URL: http://svn.digium.com/view/asterisk?view=rev&rev=54654
Log:
Make file's new comment doxygenified

Modified:
    trunk/main/io.c

Modified: trunk/main/io.c
URL: http://svn.digium.com/view/asterisk/trunk/main/io.c?view=diff&rev=54654&r1=54653&r2=54654
==============================================================================
--- trunk/main/io.c (original)
+++ trunk/main/io.c Thu Feb 15 11:13:29 2007
@@ -62,7 +62,7 @@
 
 #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 @@
 	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;



More information about the asterisk-commits mailing list