diff options
author | Georg Brandl <georg@python.org> | 2009-09-08 12:07:11 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-09-08 12:07:11 +0200 |
commit | efa4678cfda991cab662023a90ee2040d81b5963 (patch) | |
tree | 9e2f78c93bd551b15c01627c2b7b63d24435d8fb /tests/root/conf.py | |
parent | ec5e5de95b20614a712f5a29810c962f8c81db26 (diff) | |
download | sphinx-git-efa4678cfda991cab662023a90ee2040d81b5963.tar.gz |
Add some XXX comments to places where work is needed.
Diffstat (limited to 'tests/root/conf.py')
-rw-r--r-- | tests/root/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/root/conf.py b/tests/root/conf.py index a82602fff..d268ae3a5 100644 --- a/tests/root/conf.py +++ b/tests/root/conf.py @@ -50,6 +50,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_]+)'} autosummary_generate = ['autosummary'] |