[svn-commits] tilghman: trunk r300841 - in /trunk: Makefile funcs/func_curl.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Jan 6 17:51:00 UTC 2011
Author: tilghman
Date: Thu Jan 6 11:50:57 2011
New Revision: 300841
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=300841
Log:
XML validation
Modified:
trunk/Makefile
trunk/funcs/func_curl.c
Modified: trunk/Makefile
URL: http://svnview.digium.com/svn/asterisk/trunk/Makefile?view=diff&rev=300841&r1=300840&r2=300841
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Jan 6 11:50:57 2011
@@ -205,6 +205,7 @@
endif
_ASTCFLAGS+=-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG)
+ADDL_TARGETS=
ifeq ($(AST_DEVMODE),yes)
_ASTCFLAGS+=-Werror
@@ -214,6 +215,7 @@
_ASTCFLAGS+=-Wundef
_ASTCFLAGS+=-Wmissing-format-attribute
_ASTCFLAGS+=-Wformat=2
+ ADDL_TARGETS+=validate-docs
endif
ifneq ($(findstring BSD,$(OSARCH)),)
@@ -336,7 +338,7 @@
@echo " + $(mK) install +"
@echo " +-------------------------------------------+"
-_all: cleantest makeopts $(SUBDIRS) doc/core-en_US.xml
+_all: cleantest makeopts $(SUBDIRS) doc/core-en_US.xml $(ADDL_TARGETS)
makeopts: configure
@echo "****"
Modified: trunk/funcs/func_curl.c
URL: http://svnview.digium.com/svn/asterisk/trunk/funcs/func_curl.c?view=diff&rev=300841&r1=300840&r2=300841
==============================================================================
--- trunk/funcs/func_curl.c (original)
+++ trunk/funcs/func_curl.c Thu Jan 6 11:50:57 2011
@@ -71,7 +71,7 @@
</function>
<function name="CURLOPT" language="en_US">
<synopsis>
- Sets various options for future invocations of <literal>CURL</literal>.
+ Sets various options for future invocations of CURL.
</synopsis>
<syntax>
<parameter name="key" required="yes">
@@ -146,7 +146,7 @@
<enum name="yes" />
<enum name="no" />
<enum name="legacy">
- <para>Also translate <literal>+<literal> to the
+ <para>Also translate <literal>+</literal> to the
space character, in violation of current RFC
standards.</para>
</enum>
More information about the svn-commits
mailing list