[asterisk-commits] jsmith: branch jsmith/astxml-docs r200476 - /team/jsmith/astxml-docs/apps/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jun 12 22:34:36 CDT 2009
Author: jsmith
Date: Fri Jun 12 22:34:33 2009
New Revision: 200476
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=200476
Log:
Small syntax fix
Modified:
team/jsmith/astxml-docs/apps/app_playback.c
Modified: team/jsmith/astxml-docs/apps/app_playback.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/jsmith/astxml-docs/apps/app_playback.c?view=diff&rev=200476&r1=200475&r2=200476
==============================================================================
--- team/jsmith/astxml-docs/apps/app_playback.c (original)
+++ team/jsmith/astxml-docs/apps/app_playback.c Fri Jun 12 22:34:33 2009
@@ -75,9 +75,11 @@
<value name="FAILED"/>
</variable>
</variablelist>
- <para>See Also: Background (application) -- for playing sound files that are interruptible</para>
- <para>WaitExten (application) -- wait for digits from caller, optionally play music on hold</para>
</description>
+ <see-also>
+ <ref type="application">BackGround</ref>
+ <ref type="application">WaitExten</ref>
+ </see-also>
</application>
***/
More information about the asterisk-commits
mailing list