[docs] xmldocs - docelic modified 3 files

docs at icdevgroup.org docs at icdevgroup.org
Fri Aug 6 18:03:57 EDT 2004


User:      docelic
Date:      2004-08-06 22:03:57 GMT
Modified:  bin      refs-autogen stattree
Modified:  cache/cvs-head .cache.bin
Log:
- disable indexing of Tags for the moment; the whole infrastructure
  is not ready yet
- commited leftover files

Revision  Changes    Path
1.16      +1 -0      xmldocs/bin/refs-autogen


rev 1.16, prev_rev 1.15
Index: refs-autogen
===================================================================
RCS file: /var/cvs/xmldocs/bin/refs-autogen,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- refs-autogen	6 Aug 2004 15:57:27 -0000	1.15
+++ refs-autogen	6 Aug 2004 22:03:57 -0000	1.16
@@ -117,6 +117,7 @@
 	# Outer loop: symbol types (pragmas, globvars, ...)
 	# Inner loop: actual symbols
 	while ( my ($gkey,$gval) = each %{ $hash{symbols} } ) {
+		next unless $gkey =~ /^(globvar|pragma)$/;
 		for my $key (keys(%$gval)) {
 			my $val = $gval->{$key};
 			push @{ $symbol_lists{$gkey} }, $key



1.10      +2 -1      xmldocs/bin/stattree


rev 1.10, prev_rev 1.9
Index: stattree
===================================================================
RCS file: /var/cvs/xmldocs/bin/stattree,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- stattree	6 Aug 2004 15:57:27 -0000	1.9
+++ stattree	6 Aug 2004 22:03:57 -0000	1.10
@@ -288,7 +288,8 @@
 			$file =~ m#(\w+?)\.(core)?tag$# or
 				warn "I know $file is a tag but regex doesn't match it\n";
 			my $tagname = $1;
-			@{ $hash{symbols}{$fsubtype}{$1} } = ();
+			# Disable for now.
+			#@{ $hash{symbols}{$fsubtype}{$1} } = ();
 				# Not this, context info will be provided in html files
 				#[ "$i{ver}/$file", scalar @file, "1:" . scalar @file, [ @file ] ];
 			last;



1.8       +1176 -1170xmldocs/cache/cvs-head/.cache.bin


<<.cache.bin: data>>







More information about the docs mailing list