From 3f3b09657f1bbc3dbb229151fd87aaadf81c9981 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 28 Jan 1999 23:49:37 +0000 Subject: Added table entries for \methodline, \methodlineni. --- Doc/tools/sgmlconv/latex2esis.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/tools/sgmlconv/latex2esis.py b/Doc/tools/sgmlconv/latex2esis.py index 731bb51..5f686d5 100755 --- a/Doc/tools/sgmlconv/latex2esis.py +++ b/Doc/tools/sgmlconv/latex2esis.py @@ -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), -- cgit v0.12