]> granicus.if.org Git - python/commitdiff
Added table entries for \methodline, \methodlineni.
authorFred Drake <fdrake@acm.org>
Thu, 28 Jan 1999 23:49:37 +0000 (23:49 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 28 Jan 1999 23:49:37 +0000 (23:49 +0000)
Doc/tools/sgmlconv/latex2esis.py

index 731bb51c67136e838766a9813d52d6f67145b307..5f686d5c2328a288923132bde99d2f77e399628a 100755 (executable)
@@ -360,6 +360,8 @@ def main():
         "memberdesc": (["class", "name"], 1, 0, 1, 0),
         "methoddesc": (["class", "name", ("args",)], 1, 0, 1, 0),
         "methoddescni": (["class", "name", ("args",)], 1, 0, 1, 0),
+        "methodline": (["class", "name"], 1, 0, 0, 0),
+        "methodlineni": (["class", "name"], 1, 0, 0, 0),
         "moduleauthor": (["name", "email"], 0, 1, 0, 0),
         "opcodedesc": (["name", "var"], 0, 0, 1, 0),
         "par": ([], 0, 1, 0, 0),