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

Skip to content

Commit 031e222

Browse files
committed
A few small improvements to the conversion.
1 parent c71b802 commit 031e222

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

Doc/tools/sgmlconv/conversion.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,14 @@
460460
</macro>
461461

462462
<!-- These are handled at a later translation stage, at least for now. -->
463-
<macro name="Cpp"/>
463+
<macro name="Cpp" outputname="">
464+
<text>C++</text>
465+
</macro>
464466
<macro name="geq"/>
465467
<macro name="LaTeX"/>
466-
<macro name="ldots"/>
468+
<macro name="ldots" outputname="">
469+
<text>...</text>
470+
</macro>
467471
<macro name="leq"/>
468472
<macro name="TeX"/>
469473
<macro name="version"/>
@@ -596,7 +600,7 @@
596600
<macro name="e" outputname="">
597601
<text>\</text>
598602
</macro>
599-
<macro name="NULL" outputname="">
603+
<macro name="NULL" outputname="constant">
600604
<text>NULL</text>
601605
</macro>
602606
<macro name="POSIX" outputname="">

0 commit comments

Comments
 (0)