mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
7
CHANGES
7
CHANGES
@@ -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)
|
||||
=====================================
|
||||
|
||||
Reference in New Issue
Block a user