Skip to content
Snippets Groups Projects
Commit ca8a5498 authored by Andrew Latham's avatar Andrew Latham
Browse files

Add relationships to function documentation.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301846 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent a0e4c4ee
Branches
Tags
No related merge requests found
...@@ -53,6 +53,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ...@@ -53,6 +53,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<description> <description>
<para>Returns an AES encrypted string encoded in base64.</para> <para>Returns an AES encrypted string encoded in base64.</para>
</description> </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>
<function name="AES_DECRYPT" language="en_US"> <function name="AES_DECRYPT" language="en_US">
<synopsis> <synopsis>
...@@ -69,6 +74,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ...@@ -69,6 +74,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<description> <description>
<para>Returns the plain text string.</para> <para>Returns the plain text string.</para>
</description> </description>
<see-also>
<ref type="application">AES_ENCRYPT</ref>
<ref type="application">BASE64_ENCODE</ref>
<ref type="application">BASE64_DECODE</ref>
</see-also>
</function> </function>
***/ ***/
......
...@@ -44,6 +44,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ...@@ -44,6 +44,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<description> <description>
<para>Returns the base64 string.</para> <para>Returns the base64 string.</para>
</description> </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>
<function name="BASE64_DECODE" language="en_US"> <function name="BASE64_DECODE" language="en_US">
<synopsis> <synopsis>
...@@ -57,6 +62,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ...@@ -57,6 +62,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<description> <description>
<para>Returns the plain text string.</para> <para>Returns the plain text string.</para>
</description> </description>
<see-also>
<ref type="application">BASE64_ENCODE</ref>
<ref type="application">AES_DECRYPT</ref>
<ref type="application">AES_ENCRYPT</ref>
</see-also>
</function> </function>
***/ ***/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment