mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 03:04:19 +00:00
Parameter position reversed in documentation
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172548 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -40,12 +40,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|||||||
Encrypt a string with AES given a 16 character key.
|
Encrypt a string with AES given a 16 character key.
|
||||||
</synopsis>
|
</synopsis>
|
||||||
<syntax>
|
<syntax>
|
||||||
<parameter name="string" required="true">
|
|
||||||
<para>Input string</para>
|
|
||||||
</parameter>
|
|
||||||
<parameter name="key" required="true">
|
<parameter name="key" required="true">
|
||||||
<para>AES Key</para>
|
<para>AES Key</para>
|
||||||
</parameter>
|
</parameter>
|
||||||
|
<parameter name="string" required="true">
|
||||||
|
<para>Input string</para>
|
||||||
|
</parameter>
|
||||||
</syntax>
|
</syntax>
|
||||||
<description>
|
<description>
|
||||||
<para>Returns an AES encrypted string encoded in base64.</para>
|
<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.
|
Decrypt a string encoded in base64 with AES given a 16 character key.
|
||||||
</synopsis>
|
</synopsis>
|
||||||
<syntax>
|
<syntax>
|
||||||
<parameter name="string" required="true">
|
|
||||||
<para>Input string.</para>
|
|
||||||
</parameter>
|
|
||||||
<parameter name="key" required="true">
|
<parameter name="key" required="true">
|
||||||
<para>AES Key</para>
|
<para>AES Key</para>
|
||||||
</parameter>
|
</parameter>
|
||||||
|
<parameter name="string" required="true">
|
||||||
|
<para>Input string.</para>
|
||||||
|
</parameter>
|
||||||
</syntax>
|
</syntax>
|
||||||
<description>
|
<description>
|
||||||
<para>Returns the plain text string.</para>
|
<para>Returns the plain text string.</para>
|
||||||
|
|||||||
Reference in New Issue
Block a user