C++, support for templates.

Fixes sphinx-doc/sphinx#1729.
This commit is contained in:
Jakob Lykke Andersen
2015-09-05 14:49:14 +02:00
parent ed29c298a6
commit 89c3dd81c3
4 changed files with 576 additions and 139 deletions

View File

@@ -11,6 +11,8 @@ Features added
an element is already present (built-in or added by another extension).
* #1935: Make "numfig_format" overridable in latex_elements.
* #1909: Add "doc" references to Intersphinx inventories.
* C++ type alias support (e.g., `.. type:: T = int`)
* C++ template support for classes, functions, type aliases, and variables (#1729, #1314).
Bugs fixed
----------