summaryrefslogtreecommitdiff
path: root/include/asterisk/app.h
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2007-05-31 10:26:55 +0000
committerOlle Johansson <oej@edvina.net>2007-05-31 10:26:55 +0000
commit0b2db74e5a719f2dae683299ea4365ced5ce82b0 (patch)
tree711110cfe39bf6a014015ce1181727abe107ba24 /include/asterisk/app.h
parent684f3203979499ab047e59e2cb819925a06439b5 (diff)
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
Diffstat (limited to 'include/asterisk/app.h')
-rw-r--r--include/asterisk/app.h2
1 files changed, 1 insertions, 1 deletions
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 */