Fix some XXXes.

This commit is contained in:
Georg Brandl
2010-01-17 19:21:04 +01:00
parent 538886ab94
commit 1bce0d7e6a
5 changed files with 8 additions and 10 deletions

View File

@@ -51,8 +51,7 @@ latex_additional_files = ['svgimg.svg']
value_from_conf_py = 84
coverage_c_path = ['special/*.h']
# XXX cfunction?
coverage_c_regexes = {'cfunction': r'^PyAPI_FUNC\(.*\)\s+([^_][\w_]+)'}
coverage_c_regexes = {'function': r'^PyAPI_FUNC\(.*\)\s+([^_][\w_]+)'}
autosummary_generate = ['autosummary']