Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71b802 commit 031e222Copy full SHA for 031e222
1 file changed
Doc/tools/sgmlconv/conversion.xml
@@ -460,10 +460,14 @@
460
</macro>
461
462
<!-- These are handled at a later translation stage, at least for now. -->
463
- <macro name="Cpp"/>
+ <macro name="Cpp" outputname="">
464
+ <text>C++</text>
465
+ </macro>
466
<macro name="geq"/>
467
<macro name="LaTeX"/>
- <macro name="ldots"/>
468
+ <macro name="ldots" outputname="">
469
+ <text>...</text>
470
471
<macro name="leq"/>
472
<macro name="TeX"/>
473
<macro name="version"/>
@@ -596,7 +600,7 @@
596
600
<macro name="e" outputname="">
597
601
<text>\</text>
598
602
599
- <macro name="NULL" outputname="">
603
+ <macro name="NULL" outputname="constant">
604
<text>NULL</text>
605
606
<macro name="POSIX" outputname="">
0 commit comments