Can QDoc generate document for private members?
-
I'm trying to find a solution for generating documents for me open source project.
I have 2 choices,
either http://www.sphinx-doc.org/en/stable/ or QDoc.
I lean to use QDoc, as I'm new to sphinx and my project is written in Qt.
But last time I tried QDoc (3 years ago), It could only generate document for public member functions of a class. It means to create a public document for external users.
However, I want to create a document for internal developers, with implementation details of function internals, including private functions.
I found a thread requesting this 5 years ago. What's the current state?
-
Hi,
Can you share the thread where you find that ?
If you want such a status report, you should rather check the interest mailing list. You'll find there Qt's developers/maintainers. This forum is more user oriented.