- 29 Nov, 2020 1 commit
-
-
Carl Schwan authored
-
- 11 Nov, 2020 1 commit
-
-
Doxygen 1.8.20 apparently needs a READ property accessor in order to detect a Q_PROPERTY() macro correctly. So add a dummy-accessor to our output. As suggested by Matthew Jones in #7.
-
- 08 Oct, 2020 1 commit
-
-
Olaf Mandel authored
Standalone comments (e.g. those trailing after an attribute) should be put into the same visibility category (public / private) as the preceeding element.
-
- 20 Sep, 2020 2 commits
-
-
Carl Schwan authored
-
Carl Schwan authored
The old ci used travis but now doxyqml is on gitlab :D
-
- 09 Dec, 2019 1 commit
-
-
Aurélien Gâteau authored
add default parameter support
-
- 02 Dec, 2019 2 commits
- 28 Apr, 2019 1 commit
-
-
Aurélien Gâteau authored
Add option to not generate "Since: [ver]" in docs
-
- 15 Apr, 2019 2 commits
-
-
Johannes Schilling authored
-
Johannes Schilling authored
-
- 14 Apr, 2019 6 commits
-
-
Aurelien Gateau authored
-
Aurelien Gateau authored
-
Aurelien Gateau authored
-
Aurelien Gateau authored
-
Aurelien Gateau authored
-
Aurelien Gateau authored
-
- 01 Dec, 2018 6 commits
-
-
Aurelien Gateau authored
-
Aurelien Gateau authored
-
Aurelien Gateau authored
-
Aurelien Gateau authored
-
Aurelien Gateau authored
-
Aurelien Gateau authored
-
- 18 Nov, 2018 2 commits
-
-
Aurélien Gâteau authored
Use flake8 to enforce code style
-
Aurelien Gateau authored
-
- 17 Nov, 2018 3 commits
-
-
Aurelien Gateau authored
Flake8 requires at least 3.4
-
Aurelien Gateau authored
Use flake8 to make the code mostly pep8 compliant. Only exception is line length, which is set to 120.
-
Aurelien Gateau authored
-
- 11 Nov, 2018 1 commit
-
-
Aurélien Gâteau authored
Handling for attributes and nested components
-
- 10 Nov, 2018 1 commit
-
-
Matthew Lam authored
-
- 06 Nov, 2018 2 commits
-
-
Matthew Lam authored
-
Matthew Lam authored
-
- 28 Oct, 2018 2 commits
-
-
Matthew Lam authored
-
Matthew Lam authored
Remove export of non-component children of components.
-
- 27 Oct, 2018 1 commit
-
-
Matthew Lam authored
-
- 13 Sep, 2018 5 commits
-
-
Aurelien Gateau authored
Introduce QmlBaseComponent and make QmlClass and a new class, QmlComponent, inherit from it. Split QmlClass.__str__() to avoid the multiple `if`s.
-
Aurelien Gateau authored
This is Python, not C++ :)
-
Aurelien Gateau authored
No need to return the created object, it's not used.
-
Aurelien Gateau authored
-
Aurelien Gateau authored
-