Nyall Dawson
107b48a430
Add NULLPTR macro for use in doxygen comments
...
For the c++ api dox this expands to "\c nullptr" (the
\c directive indicates a code literal value), and for sipify/Python
it expands to ``None`` (`` is sphinx annotation for literal values)
Makes for nicer dox for both c++ and Python!
2019-02-27 09:41:11 +10:00
Nyall Dawson
a7ca08784c
Nullptr consistency in dox
2019-02-27 09:41:11 +10:00
lbartoletti
d33052aca3
Fix docstring
2018-10-19 13:26:18 +02:00
lbartoletti
03d730ce12
rerename transformContext -> context
2018-10-09 09:57:55 +02:00
Loïc Bartoletti
9bbabcfbf5
Add test
...
Add onStyleChanged
Add if mRenderContext when necessary
Orderer renderer if and add enableInvisibleFeature
2018-09-25 13:09:11 +02:00
Loïc Bartoletti
458fa1752d
Bette naming for python
2018-09-24 22:19:51 +02:00
Loïc Bartoletti
f18bc52e57
Fixes #18902 Snapping and tracing inconsistent behaviour
2018-09-24 16:08:49 +02:00
Nyall Dawson
c864d22d1f
Add "get ..." to doxygen compliance blacklist
...
Should be "gets ..." for consistent tense, or better yet
"returns ..." for consistency.
2018-05-27 14:05:06 +10:00
Nyall Dawson
1c615c15cc
More documentation compliance
...
Use Qt style "returns .." tense instead of "return ..", and lock
this in with a documentation compliance unit test
2018-05-25 15:09:00 +10:00
Denis Rouzaud
7df2593caf
move auto generated sip file in dedicated folder
2018-05-14 10:23:37 -04:00