I am building a Qt based project, and many Qt classes are found in the target documentation.
How can I tell Doxygen to disable documentation generation for some classes? For Q.*?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Working under the assumption that what you have is something like this: (The question is a little unclear in this regard)
And your problem is that you want to include documentation for class
X, but not for classosg::Drawable, the proper technique is to useEXCLUDE_SYMBOLS. For example, in the case above useIf you want to be slightly more rigorous, you can use
Wild-cards are also allowed, so this will also work