aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--funcs/func_aes.c12
-rw-r--r--funcs/func_base64.c12
2 files changed, 12 insertions, 12 deletions
diff --git a/funcs/func_aes.c b/funcs/func_aes.c
index e1a2d326e..b27401326 100644
--- a/funcs/func_aes.c
+++ b/funcs/func_aes.c
@@ -51,9 +51,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">
@@ -72,9 +72,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>
***/
diff --git a/funcs/func_base64.c b/funcs/func_base64.c
index 9b71f905c..18686a701 100644
--- a/funcs/func_base64.c
+++ b/funcs/func_base64.c
@@ -44,9 +44,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">
@@ -62,9 +62,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>
***/