]> granicus.if.org Git - python/commitdiff
Public Python functions are nowadays marked PyAPI_FUNC, not DL_IMPORT.
authorThomas Heller <theller@ctypes.org>
Wed, 9 Jun 2004 18:38:20 +0000 (18:38 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 9 Jun 2004 18:38:20 +0000 (18:38 +0000)
Doc/tools/undoc_symbols.py

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