Add convenience directives and roles to C++ domain

Add directive `cpp:var` and roles `cpp:var` and `cpp:any`.
Fixes sphinx-doc/sphinx#1577, fixes sphinx-doc/sphinx#1744.
This commit is contained in:
Jakob Lykke Andersen
2015-02-26 21:44:46 +01:00
parent 8a273d139b
commit b1775cbf8c
3 changed files with 18 additions and 3 deletions

View File

@@ -7,6 +7,13 @@ Incompatible changes
* Roles ``ref``, ``term`` and ``menusel`` now don't generate :durole:`emphasis`
nodes anymore. If you want to keep italic style, adapt your stylesheet.
Features added
--------------
* Add convenience directives and roles to the C++ domain:
directive `var` as alias for `member`, role `var`as alias for `member`,
and role `any` for cross-reference to any C++ declaraction. #1577, #1744
Release 1.3b3 (released Feb 24, 2015)
=====================================