]> granicus.if.org Git - python/commitdiff
Defining Py_GCC_ATTRIBUTE finds even some more undocumented functions.
authorThomas Heller <theller@ctypes.org>
Wed, 9 Jun 2004 18:50:54 +0000 (18:50 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 9 Jun 2004 18:50:54 +0000 (18:50 +0000)
Doc/tools/undoc_symbols.py

index d603a366414ef4c6f6eadbc24bb2bffea258ddf6..3d776fa45a13511eb2ed516eb0628728fb7af443 100644 (file)
@@ -77,7 +77,7 @@ def print_undoc_symbols(prefix, docdir, incdir):
 
     incfiles = os.path.join(incdir, INCLUDEPATTERN)
 
-    fp = os.popen("ctags -IPyAPI_FUNC --c-types=%s -f - %s"
+    fp = os.popen("ctags -IPyAPI_FUNC -IPy_GCC_ATTRIBUTE --c-types=%s -f - %s"
                   % (TAG_KINDS, incfiles))
     dict = findnames(fp, prefix)
     names = dict.keys()