Browse Source

json: remove empty parameters section from docs

- breaks indexing, as there is no title for sub-section
Daniel-Constantin Mierla 11 years ago
parent
commit
c97c762a00
2 changed files with 8 additions and 30 deletions
  1. 8 22
      modules/json/README
  2. 0 8
      modules/json/doc/json_admin.xml

+ 8 - 22
modules/json/README

@@ -10,7 +10,7 @@ Matthew Williams
 
    <[email protected]>
 
-   Copyright © 2011 Flowroute LLC (flowroute.com)
+   Copyright © 2011 Flowroute LLC (flowroute.com)
      __________________________________________________________________
 
    Table of Contents
@@ -23,13 +23,9 @@ Matthew Williams
               2.1. Kamailio Modules
               2.2. External Libraries or Applications
 
-        3. Parameters
+        3. Functions
 
-              3.1.
-
-        4. Functions
-
-              4.1. json_get_field(json_string, field_name, destination)
+              3.1. json_get_field(json_string, field_name, destination)
 
    List of Examples
 
@@ -45,13 +41,9 @@ Chapter 1. Admin Guide
         2.1. Kamailio Modules
         2.2. External Libraries or Applications
 
-   3. Parameters
-
-        3.1.
-
-   4. Functions
+   3. Functions
 
-        4.1. json_get_field(json_string, field_name, destination)
+        3.1. json_get_field(json_string, field_name, destination)
 
 1. Overview
 
@@ -73,17 +65,11 @@ Chapter 1. Admin Guide
    running Kamailio with this module loaded:
      * libjson (https://github.com/json-c/json-c/wiki)
 
-3. Parameters
-
-   3.1.
-
-   None
-
-4. Functions
+3. Functions
 
-   4.1. json_get_field(json_string, field_name, destination)
+   3.1. json_get_field(json_string, field_name, destination)
 
-4.1.  json_get_field(json_string, field_name, destination)
+3.1. json_get_field(json_string, field_name, destination)
 
    Copy field 'field_name' from json object 'json_string' and store it in
    pvar 'destination'.

+ 0 - 8
modules/json/doc/json_admin.xml

@@ -48,14 +48,6 @@
 		</para>
 	</section>
 	</section>
-	<section>
-	<title>Parameters</title>
-	<section>
-		<para>
-			<emphasis>None</emphasis>
-		</para>
-	</section>
-	</section>
 
 	<section>
 	<title>Functions</title>