[docs] xmldocs - docelic modified 2 files

docs at icdevgroup.org docs at icdevgroup.org
Wed Oct 20 12:48:03 EDT 2004


User:      docelic
Date:      2004-10-20 16:48:02 GMT
Modified:  bin      refs-autogen stattree
Log:
- bin/*: clean changes needed to support output of filters.xml, listing
         all filters.

Revision  Changes    Path
1.50      +58 -0     xmldocs/bin/refs-autogen


rev 1.50, prev_rev 1.49
Index: refs-autogen
===================================================================
RCS file: /var/cvs/xmldocs/bin/refs-autogen,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- refs-autogen	18 Oct 2004 14:58:51 -0000	1.49
+++ refs-autogen	20 Oct 2004 16:48:02 -0000	1.50
@@ -95,6 +95,7 @@
 	systemtag => "System Tag",
 	globconf => "Global Configuration Directive",
 	catconf => "Catalog Configuration Directive",
+	filter => "Filter",
 );
 
 # Default fields
@@ -799,6 +800,63 @@
 $ag{"copyright"}
 </refsect1>
 -->
+
+<refsect1 id='$ag{"name"}_seeAlso'>
+<title>SEE ALSO</title>
+<para>$ag{"see also"}</para>
+</refsect1>
+
+</refentry>
+__ENDP__
+
+
+$templates{filter} = <<'__ENDP__';
+<refentry id="$ag{id}">
+
+<refmeta>
+<refentrytitle>$ag{"name"}</refentrytitle>
+<manvolnum>7ic</manvolnum>
+<refmiscinfo class="title">$ag{"name"}</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>$ag{"name"}</refname>
+<refpurpose>$ag{"purpose"}</refpurpose>
+</refnamediv>
+
+<refsect1 id='$ag{"name"}_description'>
+<title>DESCRIPTION</title>
+<para>$ag{"description"}</para>
+</refsect1>
+
+<refsect1 id='$ag{"name"}_examples'>
+<title>EXAMPLES</title>
+$ag{"example"}
+</refsect1>
+
+<refsect1 id='$ag{"name"}_notes'>
+<title>NOTES</title>
+<para>$ag{"notes"}</para>
+</refsect1>
+
+<refsect1 id='$ag{"name"}_availability'>
+<title>AVAILABILITY</title>
+<para>$ag{"name"} is available in Interchange versions:
+</para><para>
+$ag{"available in"}</para>
+</refsect1>
+
+<refsect1 id='$ag{"name"}_source'>
+<title>SOURCE</title>
+<para>Interchange $ag{"source ver"}:
+</para>
+$ag{source}
+</refsect1>
+
+<refsect1 id='$ag{"name"}_authors'>
+<title>AUTHORS</title>
+<para>$ag{"author"}</para>
+</refsect1>
 
 <refsect1 id='$ag{"name"}_seeAlso'>
 <title>SEE ALSO</title>



1.28      +20 -0     xmldocs/bin/stattree


rev 1.28, prev_rev 1.27
Index: stattree
===================================================================
RCS file: /var/cvs/xmldocs/bin/stattree,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- stattree	14 Oct 2004 15:32:38 -0000	1.27
+++ stattree	20 Oct 2004 16:48:02 -0000	1.28
@@ -378,6 +378,26 @@
 				}
 			}
 			last;
+
+		##########################################################
+		# Found a filter
+		} elsif ( $c{fsubtype} =~ /^filter$/ )  {
+			( my $fn = $file ) =~ s#.+/##;
+			$fn =~ s/\.filter$//;
+
+			push @{ $hash{symbols}{$c{fsubtype}}{$fn} }, {
+				%c,
+				file => "$i{ver}/$c{file}",
+				lnum => scalar @filedata,
+				ctxpre => $ctx_p,
+				ctxpost => $ctx_n,
+				ctxs => 1,
+				ctxe => scalar @filedata,
+				ctx => [ format_ctx(@filedata) ]
+			};
+
+			$hash{total}{$fsubtype . "s"}++;
+			last;
 		}
 	} # END FOR each line
 








More information about the docs mailing list