Skip to content
Snippets Groups Projects
Commit 11a9db38 authored by Olle Johansson's avatar Olle Johansson
Browse files

Make file's new comment doxygenified

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@54654 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent a11b56a8
No related merge requests found
...@@ -62,7 +62,7 @@ struct io_rec { ...@@ -62,7 +62,7 @@ struct io_rec {
#define GROW_SHRINK_SIZE 512 #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 */ made threadsafe */
struct io_context { struct io_context {
struct pollfd *fds; /*!< Poll structure */ struct pollfd *fds; /*!< Poll structure */
...@@ -73,7 +73,7 @@ struct io_context { ...@@ -73,7 +73,7 @@ struct io_context {
int needshrink; /*!< Whether something has been deleted */ 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 *io_context_create(void)
{ {
struct io_context *tmp = NULL; struct io_context *tmp = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment