diff options
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"/> |