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.

Ameen
  • 1,857
  • 2
  • 23
  • 30

1 Answers1

0

Use the doxygen exclude property:

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

albert
  • 8,285
  • 3
  • 19
  • 32
Kamil Klimek
  • 12,884
  • 2
  • 43
  • 58