fix: unresolved any target.

This commit is contained in:
shimizukawa 2015-09-13 09:15:48 +09:00
parent cccebfd28c
commit b1889b029d

View File

@ -11,7 +11,7 @@ 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++ type alias support (e.g., ``.. type:: T = int``)
* C++ template support for classes, functions, type aliases, and variables (#1729, #1314).
* C++, added new scope management directives ``namespace-push`` and ``namespace-pop``.