Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d05161

Browse files
committed
Change the generated markup so that attribute names are properly marked.
1 parent 13130bc commit 3d05161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/compiler/doc/astdocgen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def main():
2020
print "\\lineiii{%s}{}{}" % node.name
2121

2222
for arg in node.argnames[1:]:
23-
print "\\lineiii{}{%s}{}" % arg
23+
print "\\lineiii{}{\\member{%s}}{}" % arg
2424
print "\\hline", "\n"
2525
print "\\end{longtableiii}"
2626

0 commit comments

Comments
 (0)