summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2017-08-23 12:22:59 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-08-23 12:22:59 -0500
commite2307a5ca52fcd3af78bdd936625c1978cf79edb (patch)
tree5b40bdebc86e7f33b9f7f54526a919b68c29b3f0 /apps
parentcbc539b2cbcf824242c40ccbdc572e1999df49b1 (diff)
parenta689fcb39f1477dcad821ea69d9c26c05fa86f21 (diff)
Merge "confbridge.h: Fix doxygen comments." into 15
Diffstat (limited to 'apps')
-rw-r--r--apps/confbridge/include/confbridge.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/confbridge/include/confbridge.h b/apps/confbridge/include/confbridge.h
index adf9b867d..162ff224c 100644
--- a/apps/confbridge/include/confbridge.h
+++ b/apps/confbridge/include/confbridge.h
@@ -30,11 +30,11 @@
#include "asterisk/bridge_features.h"
#include "conf_state.h"
-/* Maximum length of a conference bridge name */
+/*! Maximum length of a conference bridge name */
#define MAX_CONF_NAME AST_MAX_EXTENSION
-/* Maximum length of a conference pin */
+/*! Maximum length of a conference pin */
#define MAX_PIN 80
-/* Maximum length of bridge/user/menu profile names */
+/*! Maximum length of bridge/user/menu profile names */
#define MAX_PROFILE_NAME 128
#define DEFAULT_USER_PROFILE "default_user"
@@ -70,9 +70,9 @@ enum bridge_profile_flags {
BRIDGE_OPT_VIDEO_SRC_FIRST_MARKED = (1 << 2), /*!< Set if conference should feed video of first marked user to all participants. */
BRIDGE_OPT_VIDEO_SRC_FOLLOW_TALKER = (1 << 3), /*!< Set if conference set the video feed to follow the loudest talker. */
BRIDGE_OPT_RECORD_FILE_APPEND = (1 << 4), /*!< Set if the record file should be appended to between start/stops. */
- BRIDGE_OPT_RECORD_FILE_TIMESTAMP = (1 << 5), /*< Set if the record file should have a timestamp appended */
- BRIDGE_OPT_BINAURAL_ACTIVE = (1 << 6), /*< Set if binaural convolution is activated */
- BRIDGE_OPT_VIDEO_SRC_SFU = (1 << 7), /*< Selective forwarding unit */
+ BRIDGE_OPT_RECORD_FILE_TIMESTAMP = (1 << 5), /*!< Set if the record file should have a timestamp appended */
+ BRIDGE_OPT_BINAURAL_ACTIVE = (1 << 6), /*!< Set if binaural convolution is activated */
+ BRIDGE_OPT_VIDEO_SRC_SFU = (1 << 7), /*!< Selective forwarding unit */
};
enum conf_menu_action_id {