Add relationships to function documentation.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301846 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Andrew Latham
2011-01-14 19:39:22 +00:00
parent a0e4c4ee5b
commit ca8a5498b1
2 changed files with 20 additions and 0 deletions

View File

@@ -44,6 +44,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<description>
<para>Returns the base64 string.</para>
</description>
<see-also>
<ref type="application">BASE64_DECODE</ref>
<ref type="application">AES_DECRYPT</ref>
<ref type="application">AES_ENCRYPT</ref>
</see-also>
</function>
<function name="BASE64_DECODE" language="en_US">
<synopsis>
@@ -57,6 +62,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<description>
<para>Returns the plain text string.</para>
</description>
<see-also>
<ref type="application">BASE64_ENCODE</ref>
<ref type="application">AES_DECRYPT</ref>
<ref type="application">AES_ENCRYPT</ref>
</see-also>
</function>
***/