Browse Source

ss7ops: reordered sections for parameters and functions in docs

Daniel-Constantin Mierla 8 năm trước cách đây
mục cha
commit
27f2bd08cc
1 tập tin đã thay đổi với 11 bổ sung10 xóa
  1. 11 10
      modules/ss7ops/doc/ss7ops_admin.xml

+ 11 - 10
modules/ss7ops/doc/ss7ops_admin.xml

@@ -35,19 +35,10 @@
 			</itemizedlist>
 			</itemizedlist>
 		</para>
 		</para>
 	</section>
 	</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>
 	<section>
 	<section>
 	<title>Parameters</title>
 	<title>Parameters</title>
-	<section>
+	<section id="ss7ops.p.isup_to_json">
 		<title><varname>isup_to_json</varname> (integer)</title>
 		<title><varname>isup_to_json</varname> (integer)</title>
 		<para>
 		<para>
 		Pass the HEP type as parameter (e.g. 8 for M2UA) and the contained
 		Pass the HEP type as parameter (e.g. 8 for M2UA) and the contained
@@ -56,4 +47,14 @@
 		</para>
 		</para>
 	</section>
 	</section>
 	</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>
 </chapter>