Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDK
Doxyqml
Commits
f5b40ec2
Commit
f5b40ec2
authored
May 19, 2018
by
Aurelien Gateau
Browse files
Getting ready for 0.4.0
parent
5cc330dd
Changes
2
Show whitespace changes
Inline
Side-by-side
NEWS
View file @
f5b40ec2
# 2018.05.19 - 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)
# 2016.06.20 - 0.3.0
- Port to Python 3 (Olivier Churlaud, Aurélien Gâteau)
...
...
doxyqml/doxyqml.py
View file @
f5b40ec2
...
...
@@ -11,7 +11,7 @@ from .lexer import Lexer, LexerError
from
.qmlclass
import
QmlClass
VERSION
=
"0.
3
.0"
VERSION
=
"0.
4
.0"
DESCRIPTION
=
"Doxygen input filter for QML files"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment