]> granicus.if.org Git - python/commitdiff
Add support for <memberline/> (needs markup improvement!).
authorFred Drake <fdrake@acm.org>
Sat, 21 Apr 2001 06:00:51 +0000 (06:00 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 21 Apr 2001 06:00:51 +0000 (06:00 +0000)
Update <versionadded/> to recent addition of optional explanatory text;
make the explanation text take the same attribute name for both
<versionadded/> and <versionchanged/>.

Doc/tools/sgmlconv/conversion.xml

index 7759badb5f5237f1944a0ace7c4e69bd6ebdeea3..c55d4628e43de90852101c9ba200bd2aeebcfbc9 100644 (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>
 
     <attribute name="class" optional="yes"/>
     <attribute name="name"/>
     </environment>
+  <macro name="memberline">
+    <attribute name="name"/>
+    </macro>
 
   <environment name="methoddesc">
     <attribute name="class" optional="yes"/>