[interchange-docs] xmldocs - docelic modified bin/refs-autogen

docs at icdevgroup.org docs at icdevgroup.org
Tue Mar 28 04:42:51 EST 2006


User:      docelic
Date:      2006-03-28 09:42:51 GMT
Modified:  bin      refs-autogen
Log:
* Fix small problem where items not requiring name translation
  (filter -> filter, as opposed to catconf -> conf) would end up without
  the wonderful <refclass> (and consequently <meta> tag) in the
  generated chunked html.

Revision  Changes    Path
1.103     +2 -1      xmldocs/bin/refs-autogen


rev 1.103, prev_rev 1.102
Index: refs-autogen
===================================================================
RCS file: /var/cvs/xmldocs/bin/refs-autogen,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- refs-autogen	27 Mar 2006 22:38:30 -0000	1.102
+++ refs-autogen	28 Mar 2006 09:42:51 -0000	1.103
@@ -971,7 +971,8 @@
 		name => $name,
 		id => $name,
 		"_symbol type" => $group,
-		"compound name" => $compounds ? $compounds{ substr($group,-3,3) } : $group,
+		"compound name" => $compounds ?
+			$compounds{ substr($group,-3,3) } || $group : $group,
 		#"symbol type" => "&SYMBOL_" . uc($group) . ";",
 	};
 








More information about the docs mailing list