C++, add support for 'extern' and 'thread_local'.

Thanks to michaeljones/breathe#243 for noticing the lack of 'extern' support.
This commit is contained in:
Jakob Lykke Andersen
2016-03-30 16:19:03 +09:00
parent 2b224bec5f
commit dca9e59ea5
3 changed files with 30 additions and 4 deletions

View File

@@ -13,6 +13,8 @@ Translations
Bugs fixed
----------
- C++, added support for 'extern' and 'thread_local'.
Release 1.4 (released Mar 28, 2016)
===================================