diff options
| author | Georg Brandl <georg@python.org> | 2010-01-17 19:21:04 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-17 19:21:04 +0100 |
| commit | d640630d580aef603fed3e1dd6dfd15703a243f8 (patch) | |
| tree | 0b66c66d6cb58b62a10c9cb661d46e81a8f69de0 /tests/root/conf.py | |
| parent | e3c024368288af42630cf3e5f838c2c977e71a98 (diff) | |
| download | sphinx-d640630d580aef603fed3e1dd6dfd15703a243f8.tar.gz | |
Fix some XXXes.
Diffstat (limited to 'tests/root/conf.py')
| -rw-r--r-- | tests/root/conf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/root/conf.py b/tests/root/conf.py index d8e5de64..71f48ce6 100644 --- a/tests/root/conf.py +++ b/tests/root/conf.py @@ -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'] |
