[asterisk-commits] mvanbaak: branch group/appdocsxml r128292 - in /team/group/appdocsxml: ./ apps/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Jul 5 17:03:08 CDT 2008
Author: mvanbaak
Date: Sat Jul 5 17:03:07 2008
New Revision: 128292
URL: http://svn.digium.com/view/asterisk?view=rev&rev=128292
Log:
- prepare for UTF-8 xml documentation
- lets try this for synop
Modified:
team/group/appdocsxml/Makefile
team/group/appdocsxml/apps/app_dial.c
Modified: team/group/appdocsxml/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/Makefile?view=diff&rev=128292&r1=128291&r2=128292
==============================================================================
--- team/group/appdocsxml/Makefile (original)
+++ team/group/appdocsxml/Makefile Sat Jul 5 17:03:07 2008
@@ -484,7 +484,7 @@
documentation:
@echo "Building Documentation."
- @echo "<?xml version="1.0" encoding="ISO-8859-1"?>" > documentation.xml
+ @echo "<?xml version="1.0" encoding="UTF-8"?>" > documentation.xml
@echo "<docs>" >> documentation.xml
@for x in $(MOD_SUBDIRS); do \
for i in $$x/*.c; do \
Modified: team/group/appdocsxml/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/apps/app_dial.c?view=diff&rev=128292&r1=128291&r2=128292
==============================================================================
--- team/group/appdocsxml/apps/app_dial.c (original)
+++ team/group/appdocsxml/apps/app_dial.c Sat Jul 5 17:03:07 2008
@@ -64,9 +64,7 @@
/*** DOCUMENTATION
<application name="Dial">
- <synopsis>
- Place a call and connect to the current channel.
- </synopsis>
+ <synopsis>Place a call and connect to the current channel.</synopsis>
<description>
This application will place calls to one or more specified channels. As soon
as one of the requested channels answers, the originating channel will be
More information about the asterisk-commits
mailing list