[asterisk-commits] eliel: branch group/appdocsxml r145186 - /team/group/appdocsxml/funcs/func_md5.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 30 07:21:44 CDT 2008
Author: eliel
Date: Tue Sep 30 07:21:44 2008
New Revision: 145186
URL: http://svn.digium.com/view/asterisk?view=rev&rev=145186
Log:
Fix a malformed xml schema definition in func_md5
Modified:
team/group/appdocsxml/funcs/func_md5.c
Modified: team/group/appdocsxml/funcs/func_md5.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/funcs/func_md5.c?view=diff&rev=145186&r1=145185&r2=145186
==============================================================================
--- team/group/appdocsxml/funcs/func_md5.c (original)
+++ team/group/appdocsxml/funcs/func_md5.c Tue Sep 30 07:21:44 2008
@@ -42,7 +42,7 @@
<parameter name="data" required="true" />
</syntax>
<description>
- Computes an MD5 digest.
+ <para>Computes an MD5 digest.</para>
</description>
</function>
***/
More information about the asterisk-commits
mailing list