Browse Source

xprint: Fix TOC in documentation

Hugh Waite 12 years ago
parent
commit
402d1fb003
1 changed files with 7 additions and 3 deletions
  1. 7 3
      modules/xprint/doc/xprint.xml

+ 7 - 3
modules/xprint/doc/xprint.xml

@@ -25,7 +25,8 @@
 
 
     </bookinfo>
     </bookinfo>
 
 
-    <title>Xprint Module</title>
+    <chapter>
+    <title>Admin Guide</title>
 
 
     <section id="xprint.overview">
     <section id="xprint.overview">
 	<title>Overview</title>
 	<title>Overview</title>
@@ -35,13 +36,13 @@
 		for strings with specifiers. If you want to print log messages
 		for strings with specifiers. If you want to print log messages
 		from configuration file, use the real module named 'xlog'.
 		from configuration file, use the real module named 'xlog'.
 	</para>
 	</para>
-    </section>
 	<para>
 	<para>
 	    This module provides the possibility to print user formatted log or
 	    This module provides the possibility to print user formatted log or
 	    debug messages from SER scripts, similar to printf function but now
 	    debug messages from SER scripts, similar to printf function but now
 	    a specifier is replaced with a part of the SIP request. <xref
 	    a specifier is replaced with a part of the SIP request. <xref
 	    linkend="implemented_specifiers"/> shows what can be printed out.
 	    linkend="implemented_specifiers"/> shows what can be printed out.
 	</para>
 	</para>
+    </section>
 
 
     <section id="implemented_specifiers">
     <section id="implemented_specifiers">
 	<title>Implemented Specifiers</title>
 	<title>Implemented Specifiers</title>
@@ -297,6 +298,9 @@
 
 
     <xi:include href="params.xml"/>
     <xi:include href="params.xml"/>
     <xi:include href="functions.xml"/>
     <xi:include href="functions.xml"/>
+    </chapter>
+    <chapter>
+    <title>Developer Guide</title>
     <xi:include href="api.xml"/>
     <xi:include href="api.xml"/>
-
+    </chapter>
 </book>
 </book>