]> granicus.if.org Git - python/commitdiff
Do not distinguish \refmodule from \module in the generated output;
authorFred Drake <fdrake@acm.org>
Thu, 27 Sep 2001 17:01:59 +0000 (17:01 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 27 Sep 2001 17:01:59 +0000 (17:01 +0000)
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).

Doc/tools/sgmlconv/conversion.xml

index 20acdf36c145ee2bfb6c7705293e318527e0dcc8..1944b1f784918d53b5958174ea1021fc5d0390d8 100644 (file)
@@ -70,8 +70,9 @@
 
   <!-- Module referencing. -->
   <macro name="refmodule" outputname="module">
+    <!-- this causes the optional parameter to \refmodule to be
+         discarded -->
     <attribute name="" optional="yes"/>
-    <attribute name="link">yes</attribute>
     <content/>
     </macro>
 
 
   <!-- "See also:" sections. -->
   <macro name="seemodule">
+    <!-- this causes the optional parameter to \seemodule to be
+         discarded -->
     <attribute name="" optional="yes"/>
     <attribute name="name"/>
     <child name="description"/>