Module: kamailio
Branch: master
Commit: 27f2bd08ccb37c5e500e64938598dbac813c0f88
URL:
https://github.com/kamailio/kamailio/commit/27f2bd08ccb37c5e500e64938598dba…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-11-12T11:53:35+01:00
ss7ops: reordered sections for parameters and functions in docs
---
Modified: modules/ss7ops/doc/ss7ops_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/27f2bd08ccb37c5e500e64938598dba…
Patch:
https://github.com/kamailio/kamailio/commit/27f2bd08ccb37c5e500e64938598dba…
---
diff --git a/modules/ss7ops/doc/ss7ops_admin.xml b/modules/ss7ops/doc/ss7ops_admin.xml
index 26c8afc..f38ee6c 100644
--- a/modules/ss7ops/doc/ss7ops_admin.xml
+++ b/modules/ss7ops/doc/ss7ops_admin.xml
@@ -35,19 +35,10 @@
</itemizedlist>
</para>
</section>
- <section>
- <title>Functions</title>
- <section>
- <title><varname>isup</varname> (integer)</title>
- <para>
- If set to 1, return the JSON representation as string for the last
- message that was parsed.
- </para>
- </section>
</section>
<section>
<title>Parameters</title>
- <section>
+ <section id="ss7ops.p.isup_to_json">
<title><varname>isup_to_json</varname> (integer)</title>
<para>
Pass the HEP type as parameter (e.g. 8 for M2UA) and the contained
@@ -56,4 +47,14 @@
</para>
</section>
</section>
+ <section>
+ <title>Functions</title>
+ <section id="ss7ops.f.isup">
+ <title><varname>isup</varname> (integer)</title>
+ <para>
+ If set to 1, return the JSON representation as string for the last
+ message that was parsed.
+ </para>
+ </section>
+
</chapter>