Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 876389e

Browse files
committed
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).
1 parent 9213b7a commit 876389e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Doc/tools/sgmlconv/conversion.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@
7070

7171
<!-- Module referencing. -->
7272
<macro name="refmodule" outputname="module">
73+
<!-- this causes the optional parameter to \refmodule to be
74+
discarded -->
7375
<attribute name="" optional="yes"/>
74-
<attribute name="link">yes</attribute>
7576
<content/>
7677
</macro>
7778

@@ -184,6 +185,8 @@
184185

185186
<!-- "See also:" sections. -->
186187
<macro name="seemodule">
188+
<!-- this causes the optional parameter to \seemodule to be
189+
discarded -->
187190
<attribute name="" optional="yes"/>
188191
<attribute name="name"/>
189192
<child name="description"/>

0 commit comments

Comments
 (0)