projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae3e574
)
Added table entries for \methodline, \methodlineni.
author
Fred Drake
<fdrake@acm.org>
Thu, 28 Jan 1999 23:49:37 +0000
(23:49 +0000)
committer
Fred Drake
<fdrake@acm.org>
Thu, 28 Jan 1999 23:49:37 +0000
(23:49 +0000)
Doc/tools/sgmlconv/latex2esis.py
patch
|
blob
|
history
diff --git
a/Doc/tools/sgmlconv/latex2esis.py
b/Doc/tools/sgmlconv/latex2esis.py
index 731bb51c67136e838766a9813d52d6f67145b307..5f686d5c2328a288923132bde99d2f77e399628a 100755
(executable)
--- 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),