Add more SeeAlso references based on TFOT.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154647 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Eliel C. Sardanons
2008-11-05 14:37:07 +00:00
parent f3d95a2131
commit 990a6bebe8
7 changed files with 138 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
/*** DOCUMENTATION
<application name="Morsecode" language="en_US">
<synopsis>
Plays morse code
Plays morse code.
</synopsis>
<syntax>
<parameter name="string" required="true">
@@ -57,6 +57,10 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</variable>
</variablelist>
</description>
<see-also>
<ref type="application">SayAlpha</ref>
<ref type="application">SayPhonetic</ref>
</see-also>
</application>
***/
static char *app_morsecode = "Morsecode";