]> granicus.if.org Git - python/commitdiff
Change the generated markup so that attribute names are properly marked.
authorFred Drake <fdrake@acm.org>
Wed, 15 Aug 2001 16:46:22 +0000 (16:46 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 15 Aug 2001 16:46:22 +0000 (16:46 +0000)
Tools/compiler/doc/astdocgen.py

index c593ce10c5f3d5edcbc07af4ef8966160e8c5095..41e8c4bb815490ac1be8d4c001c63e2a03005130 100644 (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}"