This repository has been archived by the owner on Sep 21, 2020. It is now read-only.
Releases: agateau/doxyqml
Releases · agateau/doxyqml
0.5.0
- Turn internal QML elements into private C++ members, see README.md for details on how to use this. (Matthew Lam)
- Add support for
@returns
, a synonym for@return
. (Max Paperno) - Add support for trailing (inline) Doxygen comments for properties, signals, and methods (but not method params). (Max Paperno)
- Fix installation issues on Windows (Max Paperno)
- Improve test coverage and infrastructure (Aurelien Gateau)
- Setup flake8 to enforce coding style (Aurelien Gateau)
0.4.0
- Add support for wrapping generated C++ code in a namespace (Taylor Braun-Jones)
- Explicitly specify the encoding of the QML input files as utf-8 (Taylor Braun-Jones)
- Fix parsing of properties named "property" (Taylor Braun-Jones)
- Fix parsing of multiline text strings (Taylor Braun-Jones)
- Made parsing of pragma and imports more resilient to spaces before or after, (Sanjay Joshi, Taylor Braun-Jones, Aurelien Gateau)
- Add a script to run all tests through coverage and make Travis run it (Aurelien Gateau)