Commit 39f8c4d4 authored by Fred Drake's avatar Fred Drake

Added support for \csimplemacro and csimplemacrodesc.

parent 945fff93
...@@ -98,6 +98,9 @@ ...@@ -98,6 +98,9 @@
<attribute name="name"/> <attribute name="name"/>
<child name="args"/> <child name="args"/>
</environment> </environment>
<environment name="csimplemacrodesc">
<attribute name="name"/>
</environment>
<environment name="ctypedesc"> <environment name="ctypedesc">
<attribute name="tag" optional="yes"/> <attribute name="tag" optional="yes"/>
<attribute name="name"/> <attribute name="name"/>
...@@ -734,6 +737,9 @@ ...@@ -734,6 +737,9 @@
<macro name="cfunction"> <macro name="cfunction">
<content/> <content/>
</macro> </macro>
<macro name="csimplemacro">
<content/>
</macro>
<macro name="ctype"> <macro name="ctype">
<content/> <content/>
</macro> </macro>
......
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