Defining Py_GCC_ATTRIBUTE finds even some more undocumented functions.

This commit is contained in:
Thomas Heller 2004-06-09 18:50:54 +00:00
parent 4369b59b6d
commit 7d019664d7
1 changed files with 1 additions and 1 deletions

View 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()