[asterisk-commits] lathama: trunk r301850 - in /trunk: ./ funcs/func_aes.c funcs/func_base64.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 14 14:07:06 CST 2011


Author: lathama
Date: Fri Jan 14 14:07:02 2011
New Revision: 301850

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=301850
Log:
Add relationships to function documentation.

Fix amatuer type mistake 

Modified:
    trunk/   (props changed)
    trunk/funcs/func_aes.c
    trunk/funcs/func_base64.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: trunk/funcs/func_aes.c
URL: http://svnview.digium.com/svn/asterisk/trunk/funcs/func_aes.c?view=diff&rev=301850&r1=301849&r2=301850
==============================================================================
--- trunk/funcs/func_aes.c (original)
+++ trunk/funcs/func_aes.c Fri Jan 14 14:07:02 2011
@@ -54,9 +54,9 @@
 			<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 @@
 			<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>
  ***/

Modified: trunk/funcs/func_base64.c
URL: http://svnview.digium.com/svn/asterisk/trunk/funcs/func_base64.c?view=diff&rev=301850&r1=301849&r2=301850
==============================================================================
--- trunk/funcs/func_base64.c (original)
+++ trunk/funcs/func_base64.c Fri Jan 14 14:07:02 2011
@@ -45,9 +45,9 @@
 			<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 @@
 			<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>
  ***/




More information about the asterisk-commits mailing list