diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-28 23:49:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-28 23:49:37 (GMT) |
commit | 3f3b09657f1bbc3dbb229151fd87aaadf81c9981 (patch) | |
tree | 484648cddfcba4e4a5148c7c2ae499dae5b6c476 /Doc | |
parent | ae3e5741704865f505f7519e5c0334d6a960758a (diff) | |
download | cpython-3f3b09657f1bbc3dbb229151fd87aaadf81c9981.zip cpython-3f3b09657f1bbc3dbb229151fd87aaadf81c9981.tar.gz cpython-3f3b09657f1bbc3dbb229151fd87aaadf81c9981.tar.bz2 |
Added table entries for \methodline, \methodlineni.
Diffstat (limited to 'Doc')
-rwxr-xr-x | Doc/tools/sgmlconv/latex2esis.py | 2 |
1 files changed, 2 insertions, 0 deletions
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), |