mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
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:
parent
4cacec5393
commit
bda05564de
1 changed files with 5 additions and 1 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue