mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
C++, make prefixes of type declarations better.
Type declarations are now using the prefixes ``typedef``, ``using``, and ``type``, depending on the style of declaration. See also michaeljones/breathe#243 and michaeljones/breathe#242.
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -13,7 +13,9 @@ Translations
|
||||
Bugs fixed
|
||||
----------
|
||||
|
||||
- C++, added support for 'extern' and 'thread_local'.
|
||||
- C++, added support for ``extern`` and ``thread_local``.
|
||||
- C++, type declarations are now using the prefixes ``typedef``, ``using``, and ``type``,
|
||||
depending on the style of declaration.
|
||||
|
||||
|
||||
Release 1.4 (released Mar 28, 2016)
|
||||
|
||||
Reference in New Issue
Block a user