From: Fred Drake Date: Fri, 29 Jan 1999 20:09:27 +0000 (+0000) Subject: Added table entries for \funcline and \funclineni. X-Git-Tag: v1.5.2b2~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75930b31e25c4c45f2a2f7e3f568515de29c68f9;p=python Added table entries for \funcline and \funclineni. --- diff --git a/Doc/tools/sgmlconv/latex2esis.py b/Doc/tools/sgmlconv/latex2esis.py index 5f686d5c23..43ed2c5a23 100755 --- a/Doc/tools/sgmlconv/latex2esis.py +++ b/Doc/tools/sgmlconv/latex2esis.py @@ -336,6 +336,8 @@ def main(): "excdesc": (["name"], 0, 0, 1, 0), "funcdesc": (["name", ("args",)], 0, 0, 1, 0), "funcdescni": (["name", ("args",)], 0, 0, 1, 0), + "funcline": (["name"], 0, 0, 0, 0), + "funclineni": (["name"], 0, 0, 0, 0), "geq": ([], 0, 1, 0, 0), "hline": ([], 0, 1, 0, 0), "indexii": (["ie1", "ie2"], 0, 1, 0, 0),