diff options
author | Fred Drake <fdrake@acm.org> | 2001-04-21 06:00:51 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-04-21 06:00:51 (GMT) |
commit | bda05564de450aa51f7416df22bc094303a95b39 (patch) | |
tree | 1238c5d104b7f08d0fcaccafa8dc84909ccb32d9 /Doc/tools | |
parent | 4cacec5393abf00436fcd9c41039e0caf3af660c (diff) | |
download | cpython-bda05564de450aa51f7416df22bc094303a95b39.zip cpython-bda05564de450aa51f7416df22bc094303a95b39.tar.gz cpython-bda05564de450aa51f7416df22bc094303a95b39.tar.bz2 |
Add support for <memberline/> (needs markup improvement!).
Update <versionadded/> to recent addition of optional explanatory text;
make the explanation text take the same attribute name for both
<versionadded/> and <versionchanged/>.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sgmlconv/conversion.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/tools/sgmlconv/conversion.xml b/Doc/tools/sgmlconv/conversion.xml index 7759bad..c55d462 100644 --- a/Doc/tools/sgmlconv/conversion.xml +++ b/Doc/tools/sgmlconv/conversion.xml @@ -53,6 +53,7 @@ </macro> <macro name="shortversion"/> <macro name="versionadded"> + <attribute name="info" optional="yes"/> <attribute name="version"/> </macro> <!-- This is broken: we need to re-order the optional and required @@ -60,7 +61,7 @@ element. The processor is not powerful enough to handle this. --> <macro name="versionchanged"> - <attribute name="how" optional="yes"/> + <attribute name="info" optional="yes"/> <attribute name="version"/> </macro> @@ -135,6 +136,9 @@ <attribute name="class" optional="yes"/> <attribute name="name"/> </environment> + <macro name="memberline"> + <attribute name="name"/> + </macro> <environment name="methoddesc"> <attribute name="class" optional="yes"/> |