From: Francesco Montorsi Date: Tue, 14 Oct 2008 20:08:11 +0000 (+0000) Subject: output the list of the undocumented wx classes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/96c657559754ace43041dc63180f9473f55754d7 output the list of the undocumented wx classes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/ifacecheck/src/ifacecheck.cpp b/utils/ifacecheck/src/ifacecheck.cpp index 0d9b49b1b7..2a07c143a6 100644 --- a/utils/ifacecheck/src/ifacecheck.cpp +++ b/utils/ifacecheck/src/ifacecheck.cpp @@ -617,6 +617,22 @@ void IfaceCheckApp::PrintStatistics(long secs) m_gccInterface.GetClassesCount(), m_gccInterface.GetMethodCount()); LogMessage("wx interface headers contains declaration of %d classes (%d methods)", m_doxyInterface.GetClassesCount(), m_doxyInterface.GetMethodCount()); + + // build a list of the undocumented wx classes + wxString list; + int undoc = 0; + const wxClassArray& arr = m_gccInterface.GetClasses(); + for (unsigned int i=0; i