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/>.
This commit is contained in:
Fred Drake 2001-04-21 06:00:51 +00:00
parent 4cacec5393
commit bda05564de

View file

@ -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"/>