diff options
author | Fred Drake <fdrake@acm.org> | 2002-04-10 04:19:12 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-04-10 04:19:12 (GMT) |
commit | 0047e16d1bd5d9447ab03545b574c337ea81d80b (patch) | |
tree | e280c6709de645f6882493fe692ce8579934ba3d /Doc/tools/sgmlconv | |
parent | ab3b9eb4770081b210ba1f4d878c80f2e5815bf6 (diff) | |
download | cpython-0047e16d1bd5d9447ab03545b574c337ea81d80b.zip cpython-0047e16d1bd5d9447ab03545b574c337ea81d80b.tar.gz cpython-0047e16d1bd5d9447ab03545b574c337ea81d80b.tar.bz2 |
Added support for \csimplemacro and csimplemacrodesc.
Diffstat (limited to 'Doc/tools/sgmlconv')
-rw-r--r-- | Doc/tools/sgmlconv/conversion.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/tools/sgmlconv/conversion.xml b/Doc/tools/sgmlconv/conversion.xml index 7ca4e52..f0151f4 100644 --- a/Doc/tools/sgmlconv/conversion.xml +++ b/Doc/tools/sgmlconv/conversion.xml @@ -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> |