Browse Source

timer: Fix TOC in documentation

Hugh Waite 12 years ago
parent
commit
6ea032c426
1 changed files with 10 additions and 7 deletions
  1. 10 7
      modules/timer/doc/timer.xml

+ 10 - 7
modules/timer/doc/timer.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="timer" xmlns:xi="http://www.w3.org/2001/XInclude">
-    <sectioninfo>
+<book id="timer" xmlns:xi="http://www.w3.org/2001/XInclude">
+    <bookinfo>
+        <title>timer module</title>
 	<authorgroup>
 	    <author>
 		<firstname>Tomas</firstname>
@@ -19,10 +20,11 @@
 	    <holder>iptelorg GmbH</holder>
 	</copyright>
 
-    </sectioninfo>
-
-    <title>timer module</title>
+    </bookinfo>
+    <toc></toc>
 
+    <chapter>
+	<title>Admin Guide</title>
     <section id="timer.overview">
 		<title>Overview</title>
 		<para>
@@ -210,6 +212,7 @@ route[TEST] {
 			</programlisting>
 
 		</example>
-    </section>
-</section>
+	</section>
+    </chapter>
+</book>