Commit a5ea5f60 authored by Fred Drake's avatar Fred Drake

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/>.
parent cc822a9c
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
</macro> </macro>
<macro name="shortversion"/> <macro name="shortversion"/>
<macro name="versionadded"> <macro name="versionadded">
<attribute name="info" optional="yes"/>
<attribute name="version"/> <attribute name="version"/>
</macro> </macro>
<!-- This is broken: we need to re-order the optional and required <!-- This is broken: we need to re-order the optional and required
...@@ -60,7 +61,7 @@ ...@@ -60,7 +61,7 @@
element. The processor is not powerful enough to handle this. element. The processor is not powerful enough to handle this.
--> -->
<macro name="versionchanged"> <macro name="versionchanged">
<attribute name="how" optional="yes"/> <attribute name="info" optional="yes"/>
<attribute name="version"/> <attribute name="version"/>
</macro> </macro>
...@@ -135,6 +136,9 @@ ...@@ -135,6 +136,9 @@
<attribute name="class" optional="yes"/> <attribute name="class" optional="yes"/>
<attribute name="name"/> <attribute name="name"/>
</environment> </environment>
<macro name="memberline">
<attribute name="name"/>
</macro>
<environment name="methoddesc"> <environment name="methoddesc">
<attribute name="class" optional="yes"/> <attribute name="class" optional="yes"/>
......
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