Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13130bc commit 3d05161Copy full SHA for 3d05161
1 file changed
Tools/compiler/doc/astdocgen.py
@@ -20,7 +20,7 @@ def main():
20
print "\\lineiii{%s}{}{}" % node.name
21
22
for arg in node.argnames[1:]:
23
- print "\\lineiii{}{%s}{}" % arg
+ print "\\lineiii{}{\\member{%s}}{}" % arg
24
print "\\hline", "\n"
25
print "\\end{longtableiii}"
26
0 commit comments