[Development] QDoc can't ignore Q_PROPERTY
Denis Shienkov
scapig2 at yandex.ru
Fri Mar 2 15:01:15 CET 2012
Hi all.
Is it possible to ignore the macro Q_PROPERTY when generating documentation QDoc?
If I add *.qdocconf
..
Cpp.ignoretokens += \
Q_PROPERTY
..
or
..
Cpp.ignoredirectives += \
Q_PROPERTY
..
it has no effect.
The fact is that if the names of class methods and the same properties names - then QDoc ignores the description for the methods.
Is there any solution for this?
Best regards,
Denis
More information about the Development
mailing list