[svn-commits] jpeeler: branch jpeeler/doxygen-cleanup r180832 - /team/jpeeler/doxygen-clean...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 10 10:46:58 CDT 2009


Author: jpeeler
Date: Tue Mar 10 10:46:55 2009
New Revision: 180832

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=180832
Log:
make use of the \verbatim command to escape <> so that they are not interpreted as XML commands, pointed out by Russell

Modified:
    team/jpeeler/doxygen-cleanup/apps/app_queue.c
    team/jpeeler/doxygen-cleanup/apps/app_voicemail.c

Modified: team/jpeeler/doxygen-cleanup/apps/app_queue.c
URL: http://svn.digium.com/svn-view/asterisk/team/jpeeler/doxygen-cleanup/apps/app_queue.c?view=diff&rev=180832&r1=180831&r2=180832
==============================================================================
--- team/jpeeler/doxygen-cleanup/apps/app_queue.c (original)
+++ team/jpeeler/doxygen-cleanup/apps/app_queue.c Tue Mar 10 10:46:55 2009
@@ -4222,7 +4222,9 @@
 
 /*! \brief Dump all members in a specific queue to the database
  *
- * [pm_family]/[queuename] = [interface];[penalty];[paused];[state_interface][|...]
+ * \verbatim
+ * <pm_family>/<queuename> = <interface>;<penalty>;<paused>;<state_interface>[|...]
+ * \endverbatim
  */
 static void dump_queue_members(struct call_queue *pm_queue)
 {

Modified: team/jpeeler/doxygen-cleanup/apps/app_voicemail.c
URL: http://svn.digium.com/svn-view/asterisk/team/jpeeler/doxygen-cleanup/apps/app_voicemail.c?view=diff&rev=180832&r1=180831&r2=180832
==============================================================================
--- team/jpeeler/doxygen-cleanup/apps/app_voicemail.c (original)
+++ team/jpeeler/doxygen-cleanup/apps/app_voicemail.c Tue Mar 10 10:46:55 2009
@@ -2051,7 +2051,7 @@
 
 /** 
  * \brief Determines if the given folder has messages.
- * \param mailbox The @ delimited string for user at context. If no context is found, uses 'default' for the context.
+ * \param mailbox The @ delimited string for user\@context. If no context is found, uses 'default' for the context.
  * \param folder the folder to look in
  *
  * This function is used when the mailbox is stored in an IMAP back end.
@@ -4654,7 +4654,7 @@
 
 /** 
  * \brief Determines if the given folder has messages.
- * \param mailbox The @ delimited string for user at context. If no context is found, uses 'default' for the context.
+ * \param mailbox The @ delimited string for user\@context. If no context is found, uses 'default' for the context.
  * 
  * This function is used when the mailbox is stored in an ODBC back end.
  * This invokes the messagecount(). Here we are interested in the presence of messages (> 0) only, not the actual count.




More information about the svn-commits mailing list