Commit ba2f4433 authored by Fred Drake's avatar Fred Drake

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).
parent 60483807
......@@ -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"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment