Commit 876389e5 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 9213b7a9
...@@ -70,8 +70,9 @@ ...@@ -70,8 +70,9 @@
<!-- Module referencing. --> <!-- Module referencing. -->
<macro name="refmodule" outputname="module"> <macro name="refmodule" outputname="module">
<!-- this causes the optional parameter to \refmodule to be
discarded -->
<attribute name="" optional="yes"/> <attribute name="" optional="yes"/>
<attribute name="link">yes</attribute>
<content/> <content/>
</macro> </macro>
...@@ -184,6 +185,8 @@ ...@@ -184,6 +185,8 @@
<!-- "See also:" sections. --> <!-- "See also:" sections. -->
<macro name="seemodule"> <macro name="seemodule">
<!-- this causes the optional parameter to \seemodule to be
discarded -->
<attribute name="" optional="yes"/> <attribute name="" optional="yes"/>
<attribute name="name"/> <attribute name="name"/>
<child name="description"/> <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