diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-27 17:01:59 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-27 17:01:59 (GMT) |
commit | 876389e5d8c752a4e9088bd6b02863679b4a5047 (patch) | |
tree | fd32d6c563dad2e5c56c693180e720bb197182ba /Doc/tools/sgmlconv/conversion.xml | |
parent | 9213b7a96115ccabfcc744deb05cbbdc3fcdc941 (diff) | |
download | cpython-876389e5d8c752a4e9088bd6b02863679b4a5047.zip cpython-876389e5d8c752a4e9088bd6b02863679b4a5047.tar.gz cpython-876389e5d8c752a4e9088bd6b02863679b4a5047.tar.bz2 |
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).
Diffstat (limited to 'Doc/tools/sgmlconv/conversion.xml')
-rw-r--r-- | Doc/tools/sgmlconv/conversion.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/tools/sgmlconv/conversion.xml b/Doc/tools/sgmlconv/conversion.xml index 20acdf3..1944b1f 100644 --- a/Doc/tools/sgmlconv/conversion.xml +++ b/Doc/tools/sgmlconv/conversion.xml @@ -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"/> |