mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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:
parent
9213b7a961
commit
876389e5d8
1 changed files with 4 additions and 1 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue