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 /doc/markup | |
parent | ec5e5de95b20614a712f5a29810c962f8c81db26 (diff) | |
download | sphinx-git-efa4678cfda991cab662023a90ee2040d81b5963.tar.gz |
Add some XXX comments to places where work is needed.
Diffstat (limited to 'doc/markup')
-rw-r--r-- | doc/markup/desc.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/markup/desc.rst b/doc/markup/desc.rst index 4cfba05fd..058b5137d 100644 --- a/doc/markup/desc.rst +++ b/doc/markup/desc.rst @@ -92,6 +92,8 @@ index entries more informative. The directives are: +.. XXX update this + .. directive:: .. cfunction:: type name(signature) Describes a C function. The signature should be given as in C, e.g.:: |