[asterisk-commits] eliel: branch group/appdocsxml r149586 - /team/group/appdocsxml/main/pbx.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Oct 15 09:36:13 CDT 2008
Author: eliel
Date: Wed Oct 15 09:36:13 2008
New Revision: 149586
URL: http://svn.digium.com/view/asterisk?view=rev&rev=149586
Log:
Add missing documentation.
Modified:
team/group/appdocsxml/main/pbx.c
Modified: team/group/appdocsxml/main/pbx.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/main/pbx.c?view=diff&rev=149586&r1=149585&r2=149586
==============================================================================
--- team/group/appdocsxml/main/pbx.c (original)
+++ team/group/appdocsxml/main/pbx.c Wed Oct 15 09:36:13 2008
@@ -3400,8 +3400,6 @@
return wrapped;
}
-
-
/*! \internal
* \brief Cleanup spaces and tabs after a \n
* \param text String to be cleaned up.
@@ -3868,7 +3866,8 @@
* \param posttabs put posttabs after printing node content.
* \param buffer Output buffer, the special tags will be appended here.
* \retval 0 if no special element is parsed.
- * \retval 1 if a special element is parsed.
+ * \retval 1 if a special element is parsed (data is appended to buffer).
+ * \retval 2 if a special element is parsed and also a <para> element is parsed inside the specialtag.
*/
static int xmldoc_parse_specialtags(ast_xml_node *fixnode, const char *tabs, const char *posttabs, struct ast_str **buffer)
{
More information about the asterisk-commits
mailing list