Browse Source

malloc_test: Fix TOC in documentation

Hugh Waite 12 years ago
parent
commit
5829244ff4
1 changed files with 4 additions and 1 deletions
  1. 4 1
      modules/malloc_test/doc/malloc_test.xml

+ 4 - 1
modules/malloc_test/doc/malloc_test.xml

@@ -27,8 +27,10 @@
 			<holder>iptelorg GmbH</holder>
 		</copyright>
 	</bookinfo>
+	<toc></toc>
 
-
+	<chapter>
+	<title>Admin Guide</title>
 	<section id="malloc_test.overview">
 		<title>Overview</title>
 		<para>
@@ -43,4 +45,5 @@
 	<xi:include href="malloc_test_params.xml"/>
 	<xi:include href="malloc_test_functions.xml"/>
 	<xi:include href="malloc_test_rpc.xml"/>
+	</chapter>
 </book>