mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
Doxygen additions, corrections
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@56665 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -19,6 +19,14 @@
|
||||
* this code.
|
||||
*/
|
||||
|
||||
/*! \file
|
||||
*
|
||||
* \brief Answering machine detection
|
||||
*
|
||||
* \author Claude Klimos (claude.klimos@aheeva.com)
|
||||
*/
|
||||
|
||||
|
||||
#include "asterisk.h"
|
||||
|
||||
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
|
||||
@@ -334,6 +334,7 @@ struct volume {
|
||||
int actual; /*!< Actual volume adjustment (for channels that can't adjust) */
|
||||
};
|
||||
|
||||
/*! \brief The MeetMe User object */
|
||||
struct ast_conf_user {
|
||||
int user_no; /*!< User Number */
|
||||
int userflags; /*!< Flags as set in the conference */
|
||||
|
||||
Reference in New Issue
Block a user