Parameter position reversed in documentation

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172548 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Tilghman Lesher 17 years ago
parent 80f91f6ab7
commit 402c61117a

@ -40,12 +40,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Encrypt a string with AES given a 16 character key.
</synopsis>
<syntax>
<parameter name="string" required="true">
<para>Input string</para>
</parameter>
<parameter name="key" required="true">
<para>AES Key</para>
</parameter>
<parameter name="string" required="true">
<para>Input string</para>
</parameter>
</syntax>
<description>
<para>Returns an AES encrypted string encoded in base64.</para>
@ -56,13 +56,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Decrypt a string encoded in base64 with AES given a 16 character key.
</synopsis>
<syntax>
<parameter name="string" required="true">
<para>Input string.</para>
</parameter>
<parameter name="key" required="true">
<para>AES Key</para>
</parameter>
<parameter name="string" required="true">
<para>Input string.</para>
</parameter>
</syntax>
<description>
<para>Returns the plain text string.</para>

Loading…
Cancel
Save