dect
/
asterisk
Archived
13
0
Fork 0

Add relationships to function documentation.

Fix amatuer type mistake 


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@301850 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
lathama 2011-01-14 20:07:02 +00:00
parent a73d4619a5
commit f5bb143c38
2 changed files with 12 additions and 12 deletions

View File

@ -54,9 +54,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<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>
<ref type="function">AES_DECRYPT</ref>
<ref type="function">BASE64_ENCODE</ref>
<ref type="function">BASE64_DECODE</ref>
</see-also>
</function>
<function name="AES_DECRYPT" language="en_US">
@ -75,9 +75,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<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>
<ref type="function">AES_ENCRYPT</ref>
<ref type="function">BASE64_ENCODE</ref>
<ref type="function">BASE64_DECODE</ref>
</see-also>
</function>
***/

View File

@ -45,9 +45,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<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>
<ref type="function">BASE64_DECODE</ref>
<ref type="function">AES_DECRYPT</ref>
<ref type="function">AES_ENCRYPT</ref>
</see-also>
</function>
<function name="BASE64_DECODE" language="en_US">
@ -63,9 +63,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<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>
<ref type="function">BASE64_ENCODE</ref>
<ref type="function">AES_DECRYPT</ref>
<ref type="function">AES_ENCRYPT</ref>
</see-also>
</function>
***/