2
0
Эх сурвалжийг харах

uid_domain: Fix TOC in documentation

Hugh Waite 12 жил өмнө
parent
commit
0882e6f8c2

+ 12 - 11
modules/uid_domain/doc/uid_domain.xml

@@ -2,8 +2,9 @@
 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 
 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 
    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 
 
-<section id="domain" xmlns:xi="http://www.w3.org/2001/XInclude">
-	<sectioninfo>
+<book id="uid_domain" xmlns:xi="http://www.w3.org/2001/XInclude">
+	<bookinfo>
+		<title>UID Domain Module</title>
 		<authorgroup>
 		<authorgroup>
 			<author>
 			<author>
 				<firstname>Juha</firstname>
 				<firstname>Juha</firstname>
@@ -15,11 +16,11 @@
 			<year>2002-2010</year>
 			<year>2002-2010</year>
 			<holder>Juha Heinanen</holder>
 			<holder>Juha Heinanen</holder>
 		</copyright>
 		</copyright>
-	</sectioninfo>
-	
-	<title>UID Domain Module</title>
-	
-	<section id="domain.overview">
+	</bookinfo>
+	<toc></toc>
+	<chapter>
+		<title>Admin Guide</title>
+	<section id="uid_domain.overview">
 		<title>Overview</title>
 		<title>Overview</title>
 		<para>Domain modules, as the name suggests, implements support for
 		<para>Domain modules, as the name suggests, implements support for
 		multiple independent virtual domains hosted on one SIP server. This is
 		multiple independent virtual domains hosted on one SIP server. This is
@@ -209,7 +210,7 @@ iptel
 		</section>
 		</section>
 	</section>
 	</section>
 	
 	
-	<section id="domain.dep">
+	<section id="uid_domain.dep">
 		<title>Dependencies</title>
 		<title>Dependencies</title>
 		<para>
 		<para>
 			The module depends on the following modules (in the other words
 			The module depends on the following modules (in the other words
@@ -222,7 +223,7 @@ iptel
 		</para>
 		</para>
 	</section>
 	</section>
 	
 	
-	<section id="known_limitations">
+	<section id="uid_domain.known_limitations">
 		<title>Known Limitations</title>
 		<title>Known Limitations</title>
 		<para>
 		<para>
 			There is an unlikely race condition on domain list update.  If a process uses a table,
 			There is an unlikely race condition on domain list update.  If a process uses a table,
@@ -235,5 +236,5 @@ iptel
 	<xi:include href="functions.xml"/>
 	<xi:include href="functions.xml"/>
 	<xi:include href="fifo.xml"/>
 	<xi:include href="fifo.xml"/>
 	<xi:include href="domain_api.xml"/>
 	<xi:include href="domain_api.xml"/>
-	
-</section>
+	</chapter>
+</book>