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

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to