From 0b2db74e5a719f2dae683299ea4365ced5ce82b0 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Thu, 31 May 2007 10:26:55 +0000 Subject: Issue #9842 - Doxygen updates by snuffy. Thanks! (Committed from Media Plaza in Utrecht, Netherlands - Open Source VoIP conference) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@66705 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/app.h | 2 +- include/asterisk/event.h | 2 +- include/asterisk/event_defs.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/asterisk/app.h b/include/asterisk/app.h index e4eca117d..b8a989063 100644 --- a/include/asterisk/app.h +++ b/include/asterisk/app.h @@ -44,7 +44,7 @@ typedef enum { AST_ACTION_MENU, /*!< adata is a pointer to an ast_ivr_menu */ AST_ACTION_REPEAT, /*!< adata is max # of repeats, cast to a pointer */ AST_ACTION_RESTART, /*!< adata is like repeat, but resets repeats to 0 */ - AST_ACTION_TRANSFER, /*!< adata is a string with exten[@context] */ + AST_ACTION_TRANSFER, /*!< adata is a string with exten\verbatim[@context]\endverbatim */ AST_ACTION_WAITOPTION, /*!< adata is a timeout, or 0 for defaults */ AST_ACTION_NOOP, /*!< adata is unused */ AST_ACTION_BACKLIST, /*!< adata is list of files separated by ; allows interruption */ diff --git a/include/asterisk/event.h b/include/asterisk/event.h index 18a4c706c..80debd4d3 100644 --- a/include/asterisk/event.h +++ b/include/asterisk/event.h @@ -200,7 +200,7 @@ void ast_event_report_subs(const struct ast_event_sub *sub); * AST_EVENT_IE_END))) { * return; * } - * \code + * \endcode * * This creates a MWI event with 3 information elements, a mailbox which is * a string, and the number of new and old messages, specified as integers. diff --git a/include/asterisk/event_defs.h b/include/asterisk/event_defs.h index d6023e259..b1e27c981 100644 --- a/include/asterisk/event_defs.h +++ b/include/asterisk/event_defs.h @@ -64,7 +64,7 @@ enum ast_event_ie_type { */ AST_EVENT_IE_OLDMSGS = 0x02, /*! - * \brief Mailbox name (mailbox[@context]) + * \brief Mailbox name \verbatim (mailbox[@context]) \endverbatim * Used by: AST_EVENT_MWI * Payload type: STR */ -- cgit v1.2.3