Closes #680: allow doc fields in cpp domain directives.

This commit is contained in:
Georg Brandl
2011-09-22 10:37:55 +02:00
parent bdf5816437
commit e5e44202b6
2 changed files with 14 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ Features added
multiple terms per definition.
- #478: Added :rst:dir:`py:decorator` directive to describe decorators.
- C++ domain now supports array definitions.
- C++ domain now supports doc fields (``:param x:`` inside directives).
- Section headings in :rst:dir:`only` directives are now correctly
handled.
- Added ``emphasize-lines`` option to source code directives.