Browse Source

print_lib: Fix TOC in documentation

Hugh Waite 12 years ago
parent
commit
d99ffcd886
1 changed files with 9 additions and 7 deletions
  1. 9 7
      modules/print_lib/doc/print_lib.xml

+ 9 - 7
modules/print_lib/doc/print_lib.xml

@@ -2,8 +2,9 @@
 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 
    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 
-<section id="print" xmlns:xi="http://www.w3.org/2001/XInclude">
-    <sectioninfo>
+<book id="print" xmlns:xi="http://www.w3.org/2001/XInclude">
+    <bookinfo>
+        <title>Print_lib Module</title>
 	<authorgroup>
 	    <author>
 		<firstname>Andrei</firstname>
@@ -18,10 +19,11 @@
 	    <year>2003</year>
 	    <holder>FhG FOKUS</holder>
 	</copyright>
-    </sectioninfo>
-
-    <title>Print_lib Module</title>
+    </bookinfo>
+    <toc></toc>
 
+    <chapter>
+	<title>Admin Guide</title>
     <section id="print_lib.overview">
 	<title>Overview</title>
 	<para>
@@ -33,6 +35,6 @@
     </section>
     
     <xi:include href="functions.xml"/>
-
-</section>
+    </chapter>
+</book>