]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add relationships to function documentation.
authorAndrew Latham <lathama@gmail.com>
Fri, 14 Jan 2011 20:03:40 +0000 (20:03 +0000)
committerAndrew Latham <lathama@gmail.com>
Fri, 14 Jan 2011 20:03:40 +0000 (20:03 +0000)
Fix amatuer type mistake

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@301848 65c4cc65-6c06-0410-ace0-fbb531ad65f3

funcs/func_aes.c
funcs/func_base64.c

index e1a2d326e7bd392c1f7e87d1f63031217b04322c..b274013263f87ad664a9f60a8bd8b27ec3082b25 100644 (file)
@@ -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>
  ***/
index 9b71f905cdd23dbf862e2407aeaea7e959f6b0b1..18686a70136d57bfecd0e3eb1f186c126121ebdc 100644 (file)
@@ -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>
  ***/