C++, increase support for attributes.

User-defined attributes and simple C++11 style attributes.
Closes sphinx-doc/sphinx#2682.
This commit is contained in:
Jakob Lykke Andersen
2016-08-06 00:08:02 +02:00
parent 86f3e5aabb
commit c85e60a5ac
5 changed files with 148 additions and 5 deletions

View File

@@ -900,6 +900,11 @@ References to partial specialisations must always include the template parameter
Currently the lookup only succeed if the template parameter identifiers are equal strings.
Configuration Variables
~~~~~~~~~~~~~~~~~~~~~~~
See :ref:`cpp-config`.
The Standard Domain
-------------------