[asterisk-commits] lathama: branch 1.8 r301849 - in /branches/1.8: ./ funcs/

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


Author: lathama
Date: Fri Jan 14 14:05:08 2011
New Revision: 301849

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

Fix amatuer type mistake 

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

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

Modified: branches/1.8/funcs/func_aes.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/funcs/func_aes.c?view=diff&rev=301849&r1=301848&r2=301849
==============================================================================
--- branches/1.8/funcs/func_aes.c (original)
+++ branches/1.8/funcs/func_aes.c Fri Jan 14 14:05:08 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: branches/1.8/funcs/func_base64.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/funcs/func_base64.c?view=diff&rev=301849&r1=301848&r2=301849
==============================================================================
--- branches/1.8/funcs/func_base64.c (original)
+++ branches/1.8/funcs/func_base64.c Fri Jan 14 14:05:08 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