mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Added support for \csimplemacro and csimplemacrodesc.
This commit is contained in:
parent
ab3b9eb477
commit
0047e16d1b
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue