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

Skip to content

Commit ce19496

Browse files
committed
Add conversions for more of the markup -- not all of this was around when
this file was written!
1 parent 7621fa9 commit ce19496

1 file changed

Lines changed: 32 additions & 1 deletion

File tree

Doc/tools/sgmlconv/conversion.xml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,16 @@
4141
<macro name="rfc">
4242
<attribute name="num"/>
4343
</macro>
44-
<macro name="sectionauthor">
44+
<macro name="sectionauthor" outputname="author">
4545
<attribute name="name"/>
4646
<attribute name="email"/>
4747
</macro>
48+
<macro name="author">
49+
<attribute name="name"/>
50+
</macro>
51+
<macro name="authoraddress">
52+
<content/>
53+
</macro>
4854
<macro name="shortversion"/>
4955
<macro name="versionadded">
5056
<attribute name="version"/>
@@ -93,6 +99,9 @@
9399
<environment name="datadesc">
94100
<attribute name="name"/>
95101
</environment>
102+
<macro name="dataline">
103+
<attribute name="name"/>
104+
</macro>
96105
<environment name="excdesc">
97106
<attribute name="name"/>
98107
</environment>
@@ -263,6 +272,11 @@
263272
<attribute name="classname"/>
264273
</macro>
265274

275+
<macro name="usepackage">
276+
<attribute name="options" optional="yes"/>
277+
<attribute name="pkg"/>
278+
</macro>
279+
266280
<environment name="document"
267281
endcloses="chapter chapter* section section*
268282
subsection subsection*
@@ -550,6 +564,20 @@
550564
</macro>
551565
<macro name="version"/>
552566

567+
<!-- Distutils things. -->
568+
<macro name="command">
569+
<content/>
570+
</macro>
571+
<macro name="option">
572+
<content/>
573+
</macro>
574+
<macro name="filevar" outputname="var">
575+
<content/>
576+
</macro>
577+
<macro name="XXX" outputname="editorial-comment">
578+
<content/>
579+
</macro>
580+
553581
<!-- Misc. -->
554582
<macro name="emph">
555583
<content/>
@@ -633,6 +661,9 @@
633661
<macro name="programopt" outputname="option">
634662
<content/>
635663
</macro>
664+
<macro name="longprogramopt" outputname="longoption">
665+
<content/>
666+
</macro>
636667
<macro name="regexp">
637668
<content/>
638669
</macro>

0 commit comments

Comments
 (0)