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).
This commit is contained in:
Fred Drake 2001-09-27 17:01:59 +00:00
parent 9213b7a961
commit 876389e5d8

View 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>
@ -184,6 +185,8 @@
<!-- "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"/>