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:
Jakob Lykke Andersen
2016-03-30 16:55:02 +09:00
parent dca9e59ea5
commit c6ba3093fe
3 changed files with 33 additions and 3 deletions

View File

@@ -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)