[Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv conversion.xml,1.20,1.21
Fred L. Drake
fdrake@users.sourceforge.net
Thu, 27 Sep 2001 10:02:01 -0700
Update of /cvsroot/python/python/dist/src/Doc/tools/sgmlconv
In directory usw-pr-cvs1:/tmp/cvs-serv17551/tools/sgmlconv
Modified Files:
conversion.xml
Log Message:
Do not distinguish \refmodule from \module in the generated output;
whether or not a link will be generated will depend on the link database.
Add a couple of explanatory comments for one of the stranger constructs
(giving input an empty name).
Index: conversion.xml
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/sgmlconv/conversion.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** conversion.xml 2001/09/27 15:49:23 1.20
--- conversion.xml 2001/09/27 17:01:59 1.21
***************
*** 71,76 ****
<!-- Module referencing. -->
<macro name="refmodule" outputname="module">
<attribute name="" optional="yes"/>
- <attribute name="link">yes</attribute>
<content/>
</macro>
--- 71,77 ----
<!-- Module referencing. -->
<macro name="refmodule" outputname="module">
+ <!-- this causes the optional parameter to \refmodule to be
+ discarded -->
<attribute name="" optional="yes"/>
<content/>
</macro>
***************
*** 185,188 ****
--- 186,191 ----
<!-- "See also:" sections. -->
<macro name="seemodule">
+ <!-- this causes the optional parameter to \seemodule to be
+ discarded -->
<attribute name="" optional="yes"/>
<attribute name="name"/>