aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_base64.c
diff options
context:
space:
mode:
authorlathama <lathama@f38db490-d61c-443f-a65b-d21fe96a405b>2011-01-14 19:39:22 +0000
committerlathama <lathama@f38db490-d61c-443f-a65b-d21fe96a405b>2011-01-14 19:39:22 +0000
commit47ae1589cb284e6f43a4acf9e62665e52352937f (patch)
tree9e854380281e85bd9fabe5e73102b66dac3f92c6 /funcs/func_base64.c
parent3a449d1a53d0cb7dbb539ec1a9351cd60cf8097d (diff)
Add relationships to function documentation.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@301846 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/func_base64.c')
-rw-r--r--funcs/func_base64.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/funcs/func_base64.c b/funcs/func_base64.c
index 34c6ec6ae..bebbe8959 100644
--- a/funcs/func_base64.c
+++ b/funcs/func_base64.c
@@ -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>
***/