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

docs at icdevgroup.org docs at icdevgroup.org
Thu Sep 2 15:18:34 EDT 2004


User:      docelic
Date:      2004-09-02 19:18:34 GMT
Modified:  bin      refs-autogen
Log:
- Use <sbr/> instead of </para><para> to separate items in the
  "Tag Structure" list

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


rev 1.26, prev_rev 1.25
Index: refs-autogen
===================================================================
RCS file: /var/cvs/xmldocs/bin/refs-autogen,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- refs-autogen	31 Aug 2004 14:58:36 -0000	1.25
+++ refs-autogen	2 Sep 2004 19:18:34 -0000	1.26
@@ -169,7 +169,8 @@
 			next unless $x =~ s/^_tagopt_//;
 			push @items, "$x $y";
 		}
-		$ag{default} = join '</para><para>', @items;
+		#$ag{default} = join '</para><para>', @items;
+		$ag{default} = join '<sbr/>', @items;
 	}
 
 	# _See Also_ section: "bidirectional" linking








More information about the docs mailing list