[svn-commits] twilson: branch twilson/config_docs r370595 - /team/twilson/config_docs/main/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 30 16:47:08 CDT 2012


Author: twilson
Date: Mon Jul 30 16:47:06 2012
New Revision: 370595

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=370595
Log:
Comment out some failure cases until all docs are added

Modified:
    team/twilson/config_docs/main/config_options.c

Modified: team/twilson/config_docs/main/config_options.c
URL: http://svnview.digium.com/svn/asterisk/team/twilson/config_docs/main/config_options.c?view=diff&rev=370595&r1=370594&r2=370595
==============================================================================
--- team/twilson/config_docs/main/config_options.c (original)
+++ team/twilson/config_docs/main/config_options.c Mon Jul 30 16:47:06 2012
@@ -157,7 +157,9 @@
 	while ((type = types[idx++])) {
 		if (!ao2_link(type->internal->opts, opt)
 #ifdef AST_XML_DOCS
+				/* XXX When we have all of the docs added, uncomment this
 				|| ast_xmldoc_update_config_option(info->module, opt->name, type->name, opt->default_val, opt->match_type == ACO_REGEX)
+				*/
 #endif /* AST_XML_DOCS */
 		) {
 			while (--idx) {
@@ -725,7 +727,8 @@
 			}
 #ifdef AST_XML_DOCS
 			if (ast_xmldoc_update_config_type(info->module, type->name, type->category, type->matchfield, type->matchvalue, type->category_match == ACO_WHITELIST)) {
-				goto error;
+				/* XXX When we have all of the docs added, uncomment this
+				 * goto error; */
 			}
 			update_runtime_type_docs(info->module, type);
 #endif /* AST_XML_DOCS */




More information about the svn-commits mailing list