[docs] xmldocs - racke modified 3 files

docs at icdevgroup.org docs at icdevgroup.org
Sat Oct 15 09:23:18 EDT 2005


User:      racke
Date:      2005-10-15 13:23:17 GMT
Modified:  .        Makefile
Modified:  bin      refs-autogen
Modified:  guides   index.xml
Log:
generation of documentation for (order) checks

Revision  Changes    Path
1.74      +1 -1      xmldocs/Makefile


rev 1.74, prev_rev 1.73
Index: Makefile
===================================================================
RCS file: /var/cvs/xmldocs/Makefile,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- Makefile	22 Sep 2005 13:43:51 -0000	1.73
+++ Makefile	15 Oct 2005 13:23:17 -0000	1.74
@@ -12,7 +12,7 @@
 
 #############################################################
 # Base definitions
-SYMBOL_TYPES= pragmas vars tags confs filters
+SYMBOL_TYPES= pragmas vars tags confs filters orderchecks
 GUIDES      = iccattut programming-style upgrade faq index optimization search
 HOWTOS      = howtos
 GLOSSARY    = glossary



1.98      +4 -1      xmldocs/bin/refs-autogen


rev 1.98, prev_rev 1.97
Index: refs-autogen
===================================================================
RCS file: /var/cvs/xmldocs/bin/refs-autogen,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- refs-autogen	15 Oct 2005 12:35:59 -0000	1.97
+++ refs-autogen	15 Oct 2005 13:23:17 -0000	1.98
@@ -91,6 +91,7 @@
 	globconf => "Global Configuration Directive",
 	catconf => "Catalog Configuration Directive",
 	filter => "Filter",
+	ordercheck => "Check",
 	# Summarized / compounds:
 	tag => "Tag",
 	conf => "Configuration directive",
@@ -879,6 +880,8 @@
 				$tag = 'option';
 			} elsif ( $g =~ /filter$/ ) {
 				$tag = 'filter';
+			} elsif ( $g =~ /ordercheck$/ ) {
+				$tag = 'check';
 			} else {
 				die "UNKNOWN $g\n";
 			}
@@ -1715,6 +1718,6 @@
 $templates{uitag} = $templates{usertag};
 $templates{systemtag} = $templates{usertag};
 $templates{catconf} = $templates{globconf};
-
+$templates{ordercheck} = $templates{filter};
 }
 



1.3       +28 -0     xmldocs/guides/index.xml


rev 1.3, prev_rev 1.2
Index: index.xml
===================================================================
RCS file: /var/cvs/xmldocs/guides/index.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- index.xml	7 Sep 2005 16:29:16 -0000	1.2
+++ index.xml	15 Oct 2005 13:23:17 -0000	1.3
@@ -172,6 +172,34 @@
 				</entry>
 			</row>
 
+<row>
+				<entry>
+					<emphasis role='bold'>
+						(<olink targetdoc='glossary' targetptr='checks'>?</olink>)
+						Checks
+					</emphasis><sbr/>
+					<ulink url="orderchecks/index.html">Multi-HTML</ulink> |
+					<ulink url="orderchecks.html">HTML</ulink>
+				</entry>
+
+				<entry>
+				<!--
+					<emphasis role='bold'>
+					</emphasis><sbr/>
+					<ulink url=".html">HTML</ulink> |
+					<ulink url="/">Multi-HTML</ulink>
+				-->
+				</entry>
+
+				<entry>
+				<!--
+					<emphasis role='bold'>
+					</emphasis><sbr/>
+					<ulink url=".html">HTML</ulink> |
+					<ulink url="/">Multi-HTML</ulink>
+				-->
+				</entry>
+			</row>
 
 			<row>
 				<entry>








More information about the docs mailing list