Commit 91f31eab authored by Fred Drake's avatar Fred Drake

Added citetitle and programopt.

Made var get renamed to varname (more like DocBook).
Other names should probably be changed as well; still waiting for the
DocBook book to arrive.
parent d290c108
...@@ -34,6 +34,10 @@ ...@@ -34,6 +34,10 @@
<attribute name="name"/> <attribute name="name"/>
<attribute name="email"/> <attribute name="email"/>
</macro> </macro>
<macro name="citetitle">
<attribute name="href" optional="yes"/>
<content/>
</macro>
<macro name="rfc"> <macro name="rfc">
<attribute name="num"/> <attribute name="num"/>
</macro> </macro>
...@@ -559,10 +563,13 @@ ...@@ -559,10 +563,13 @@
<macro name="program"> <macro name="program">
<content/> <content/>
</macro> </macro>
<macro name="programopt">
<content/>
</macro>
<macro name="regexp"> <macro name="regexp">
<content/> <content/>
</macro> </macro>
<macro name="var"> <macro name="var" outputname="varname">
<content/> <content/>
</macro> </macro>
<macro name="email"> <macro name="email">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment