aboutsummaryrefslogtreecommitdiffstats
path: root/main/io.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-15 17:13:29 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-15 17:13:29 +0000
commit1e4eca59131bb6f8a19019abbb22eddece91636c (patch)
tree04f2645470f5ee2744a2518bbd92a51caf23ce44 /main/io.c
parentf57c5ee638396872568157c94a42e23285773c22 (diff)
Make file's new comment doxygenified
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54654 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/io.c')
-rw-r--r--main/io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/io.c b/main/io.c
index 7614145a6..209f27926 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;