Hi,
how I can create documentation for Q_PROPERTY in Doxygen? Properties are always in private part of my class so If I do not want to show my private members and set in Doxygen options EXTRACT_PRIVATE to false, then Doxygen do not show also my properties. Move my Q_PROPERTY to public part? Or maybe you have some tricks for this?