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

This commit is contained in:
Fred Drake 2001-08-15 16:46:22 +00:00
parent 13130bc5b1
commit 3d05161c83
1 changed files with 1 additions and 1 deletions

View File

@ -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}"