mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Make file's new comment doxygenified
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@54654 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -62,7 +62,7 @@ struct io_rec {
|
||||
|
||||
#define GROW_SHRINK_SIZE 512
|
||||
|
||||
/*!<EFBFBD>\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;
|
||||
|
Reference in New Issue
Block a user