[asterisk-commits] tilghman: branch tilghman/str_substitution r185740 - /team/tilghman/str_subst...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Mar 31 23:33:57 CDT 2009
Author: tilghman
Date: Tue Mar 31 23:33:41 2009
New Revision: 185740
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=185740
Log:
One tiny documentation fix before I shut down for the night
Modified:
team/tilghman/str_substitution/include/asterisk/pbx.h
Modified: team/tilghman/str_substitution/include/asterisk/pbx.h
URL: http://svn.digium.com/svn-view/asterisk/team/tilghman/str_substitution/include/asterisk/pbx.h?view=diff&rev=185740&r1=185739&r2=185740
==============================================================================
--- team/tilghman/str_substitution/include/asterisk/pbx.h (original)
+++ team/tilghman/str_substitution/include/asterisk/pbx.h Tue Mar 31 23:33:41 2009
@@ -37,12 +37,13 @@
#define AST_PBX_KEEP 0
#define AST_PBX_REPLACE 1
-/*! \brief Special return values from applications to the PBX { */
+/*! \brief Special return values from applications to the PBX
+ * @{ */
#define AST_PBX_HANGUP -1 /*!< Jump to the 'h' exten */
#define AST_PBX_OK 0 /*!< No errors */
#define AST_PBX_ERROR 1 /*!< Jump to the 'e' exten */
#define AST_PBX_INCOMPLETE 12 /*!< Return to PBX matching, allowing more digits for the extension */
-/*! } */
+/*! @} */
#define PRIORITY_HINT -1 /*!< Special Priority for a hint */
More information about the asterisk-commits
mailing list