Added support for \csimplemacro and csimplemacrodesc.

This commit is contained in:
Fred Drake 2002-04-10 04:19:12 +00:00
parent ab3b9eb477
commit 0047e16d1b

View file

@ -98,6 +98,9 @@
<attribute name="name"/>
<child name="args"/>
</environment>
<environment name="csimplemacrodesc">
<attribute name="name"/>
</environment>
<environment name="ctypedesc">
<attribute name="tag" optional="yes"/>
<attribute name="name"/>
@ -734,6 +737,9 @@
<macro name="cfunction">
<content/>
</macro>
<macro name="csimplemacro">
<content/>
</macro>
<macro name="ctype">
<content/>
</macro>