summaryrefslogtreecommitdiff
path: root/funcs/func_base64.c
diff options
context:
space:
mode:
authorAndrew Latham <lathama@gmail.com>2011-01-14 20:07:02 +0000
committerAndrew Latham <lathama@gmail.com>2011-01-14 20:07:02 +0000
commit7cb1c06dd3653d3b13f497fa777da3de25755277 (patch)
treec8cff5c26703160c022a67003c9d4bf70f8526ae /funcs/func_base64.c
parent558c6a5a1aa618a35fbfbfad1d970372b89ca24d (diff)
Add relationships to function documentation.
Fix amatuer type mistake git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@301850 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs/func_base64.c')
-rw-r--r--funcs/func_base64.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/funcs/func_base64.c b/funcs/func_base64.c
index bebbe8959..274e291ce 100644
--- a/funcs/func_base64.c
+++ b/funcs/func_base64.c
@@ -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>
***/