Exclude Qt class from my own class list in Qdoc
-
I am using Qdoc for documentation. To link Qt official reference, I use qt.index as indexes. However, all Qt classes appear in my own class list like Qt Creator's class page here http://qt-project.org/doc/qtcreator-2.8/classes.html
What I want is to only show my own class list, like Qt Creator Classes page under Extending Qt Creator Manual here: http://doc-snapshot.qt-project.org/qtcreator-extending/classes.html
I have downloaded Qt Creator source code and tried to figure out the difference but failed. Does anybody have an idea to point me in?
-
Hi,
QDoc is an internal Qt tool; I don't think it's meant to be used for external projects.
I recommend using Doxygen instead -- it understands QDoc syntax, so you don't have to change your source code.
See the discussion at http://qt-project.org/forums/viewthread/20889/