[asterisk-commits] russell: branch 1.8 r311751 - /branches/1.8/apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Mar 28 17:00:07 CDT 2011
Author: russell
Date: Mon Mar 28 17:00:01 2011
New Revision: 311751
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=311751
Log:
Cross-reference VoiceMail() and VoiceMailMain() in the xml docs.
Modified:
branches/1.8/apps/app_voicemail.c
Modified: branches/1.8/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/apps/app_voicemail.c?view=diff&rev=311751&r1=311750&r2=311751
==============================================================================
--- branches/1.8/apps/app_voicemail.c (original)
+++ branches/1.8/apps/app_voicemail.c Mon Mar 28 17:00:01 2011
@@ -201,6 +201,9 @@
</variable>
</variablelist>
</description>
+ <see-also>
+ <ref type="application">VoiceMailMain</ref>
+ </see-also>
</application>
<application name="VoiceMailMain" language="en_US">
<synopsis>
@@ -259,6 +262,9 @@
</enum>
</enumlist>
</description>
+ <see-also>
+ <ref type="application">VoiceMail</ref>
+ </see-also>
</application>
<application name="MailboxExists" language="en_US">
<synopsis>
More information about the asterisk-commits
mailing list