Rearranged section heirarchy. Made capitalization of section titles
authorFrank Mori Hess <fmhess@speakeasy.net>
Mon, 11 Feb 2008 15:50:36 +0000 (15:50 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Mon, 11 Feb 2008 15:50:36 +0000 (15:50 +0000)
consistent.

doc/comedilib.xml
doc/mkdr
doc/reference.xml

index d496046d7978a8c1eae69328aa8ae01ef812643f..5bb9ed52787e89e65fc0efe8abb63a7cf73ff1ff 100644 (file)
 
        </articleinfo>
 
-       <xi:include href="intro.xml"/>
-       <xi:include href="install.xml"/>
-       <xi:include href="tutorial.xml"/>
-       <xi:include href="other.xml"/>
-       <xi:include href="driverwriting.xml"/>
-       <xi:include href="drivers.xml"/>
+       <section>
+               <!--                    This section prevents docbook from pulling the entire next section into the
+                       main table of contents page of the html output//-->
+       </section>
+       <section>
+               <title>&comedi;</title>
+               <xi:include href="intro.xml"/>
+               <xi:include href="install.xml"/>
+               <xi:include href="tutorial.xml"/>
+               <xi:include href="other.xml"/>
+               <xi:include href="driverwriting.xml"/>
+       </section>
        <xi:include href="reference.xml"/>
        <xi:include href="glossary.xml"/>
 
index b9187af0afc6b167a5a3e6846b2a23d9b2661d0a..28fed968c21660932814ace1bb9b8d96222ef1a0 100755 (executable)
--- a/doc/mkdr
+++ b/doc/mkdr
@@ -16,7 +16,7 @@ print
 <!--This file is autogenerated.  Do not edit-->
 <section id="lowleveldrivers">
   <title>
-    Kernel Drivers
+    Kernel drivers
   </title>
 ';
 
index 6e27d6e7693b0117da1343506810cdec50932f98..dcbc670b6eb6fc05ced198d3ab167cf034e7aa8e 100644 (file)
@@ -7,7 +7,7 @@
 
 <section id="comedireference" xmlns:xi="http://www.w3.org/2001/XInclude">
        <title>
-               &comedi; Reference
+               &comedi; reference
        </title>
 
 <section id="comedi-comedilib-h">
@@ -29,7 +29,7 @@ The following Sections give more details.
 
 <section id="constantsmacros">
 <title>
-Constants and Macros
+Constants and macros
 </title>
 
 <section id="ref-macro-CR-PACK">
@@ -190,7 +190,7 @@ a subdevice type.  These values are used by the functions
 
 <section id="datatypesstructures">
 <title>
-Data Types and Structures
+Data types and structures
 </title>
 <para>
 This Section explains the data structures that users of the &comedi;
@@ -681,7 +681,7 @@ a list of instructions.
                        <xi:include href="funcref.xml"/>
                </section>
                <section>
-                       <title>Asyncronous Commands</title>
+                       <title>Asyncronous commands</title>
                        <xi:include href="command_funcref.xml"/>
                </section>
                <section>
@@ -693,7 +693,7 @@ a list of instructions.
                        <xi:include href="dio_funcref.xml"/>
                </section>
                <section>
-                       <title>Error Reporting</title>
+                       <title>Error reporting</title>
                        <xi:include href="error_funcref.xml"/>
                </section>
                <section>
@@ -705,4 +705,5 @@ a list of instructions.
                        <xi:include href="deprecated_funcref.xml"/>
                </section>
        </section>
+       <xi:include href="drivers.xml"/>
 </section>