Extract private methods when generating documentation too.

The only private methods appearing in interface/wx/*.h files are meant to be
documented, so do extract them. This should fix wxThread::OnExit() not
appearing in the generated documentation, for example.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-02-09 13:40:36 +00:00
parent 6e7ebad658
commit a76e0b66ec

View File

@@ -230,7 +230,7 @@ ALIASES += buildwith{2}="<b>Build Note:</b> You may need to build the wxWidgets
#---------------------------------------------------------------------------
EXTRACT_ALL = YES # Default: NO
EXTRACT_PRIVATE = NO
EXTRACT_PRIVATE = YES # Default: NO
EXTRACT_PACKAGE = NO
EXTRACT_STATIC = YES # Default: NO
EXTRACT_LOCAL_CLASSES = YES