2

I'm documenting a project built in Qt using doxygen, my problem is that classes and structures from Qt such as QString is being documented.

I want to exclude all QString types from my documentation and only keep the ones i declare and implement.

I know that this should be done some way in the doxyfile, but i have no idea how to do it. Any idea??

Thanks in advance.

2
  • Do you keep Qt headers in your project directory? Commented May 19, 2012 at 18:34
  • That's indeed weird, unless you have a copy of Qt in your sources. Commented May 19, 2012 at 19:07

1 Answer 1

0

Use the doxygen exclude property:

http://www.doxygen.nl/manual/faq.html

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.