Kaydet (Commit) 3d05161c authored tarafından Fred Drake's avatar Fred Drake

Change the generated markup so that attribute names are properly marked.

üst 13130bc5
......@@ -20,7 +20,7 @@ def main():
print "\\lineiii{%s}{}{}" % node.name
for arg in node.argnames[1:]:
print "\\lineiii{}{%s}{}" % arg
print "\\lineiii{}{\\member{%s}}{}" % arg
print "\\hline", "\n"
print "\\end{longtableiii}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment