Add relationships to function documentation.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@301842 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Andrew Latham 15 years ago
parent 1566c39525
commit 62c5b3d9d4

@ -50,6 +50,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<description>
<para>Returns an AES encrypted string encoded in base64.</para>
</description>
<see-also>
<ref type="application">AES_DECRYPT</ref>
<ref type="application">BASE64_ENCODE</ref>
<ref type="application">BASE64_DECODE</ref>
</see-also>
</function>
<function name="AES_DECRYPT" language="en_US">
<synopsis>
@ -66,6 +71,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<description>
<para>Returns the plain text string.</para>
</description>
<see-also>
<ref type="application">AES_ENCRYPT</ref>
<ref type="application">BASE64_ENCODE</ref>
<ref type="application">BASE64_DECODE</ref>
</see-also>
</function>
***/

@ -43,6 +43,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>
@ -56,6 +61,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>
***/

Loading…
Cancel
Save