From a57f24f97a7fba7d22aff526296310ee0458b5ea Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Wed, 8 Oct 2008 18:19:02 +0000 Subject: [PATCH] Removed '#ifndef DOXYGEN' sections git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/propgrid/editors.h | 4 +--- include/wx/propgrid/manager.h | 3 --- include/wx/propgrid/propgrid.h | 10 ---------- 3 files changed, 1 insertion(+), 16 deletions(-) diff --git a/include/wx/propgrid/editors.h b/include/wx/propgrid/editors.h index 912d888397..8527f0a5ad 100644 --- a/include/wx/propgrid/editors.h +++ b/include/wx/propgrid/editors.h @@ -391,7 +391,7 @@ public: #endif // !SWIG -#if wxPG_INCLUDE_CHECKBOX || defined(DOXYGEN) +#if wxPG_INCLUDE_CHECKBOX // // Use custom check box code instead of native control @@ -539,7 +539,6 @@ public: void Finalize( wxPropertyGrid* propGrid, const wxPoint& pos ); -#ifndef DOXYGEN protected: int GenId( int id ) const; @@ -547,7 +546,6 @@ protected: wxArrayPtrVoid m_buttons; wxSize m_fullEditorSize; int m_buttonsWidth; -#endif // !DOXYGEN }; // ----------------------------------------------------------------------- diff --git a/include/wx/propgrid/manager.h b/include/wx/propgrid/manager.h index 9649273957..6ad03bbe3c 100644 --- a/include/wx/propgrid/manager.h +++ b/include/wx/propgrid/manager.h @@ -614,8 +614,6 @@ protected: public: -#ifndef DOXYGEN - // // Overridden functions - no documentation required. // @@ -734,7 +732,6 @@ protected: private: DECLARE_EVENT_TABLE() #endif // #ifndef SWIG -#endif // #ifndef DOXYGEN }; // ----------------------------------------------------------------------- diff --git a/include/wx/propgrid/propgrid.h b/include/wx/propgrid/propgrid.h index 3796b332d3..7140e61bcf 100644 --- a/include/wx/propgrid/propgrid.h +++ b/include/wx/propgrid/propgrid.h @@ -1357,7 +1357,6 @@ protected: wxVariant& pendingValue, int flags = SendEvtChanging ); -#ifndef DOXYGEN public: // Control font changer helper. @@ -1818,9 +1817,6 @@ private: bool ButtonTriggerKeyTest( int action, wxKeyEvent& event ); -#endif // DOXYGEN_SHOULD_SKIP_THIS - -private: DECLARE_EVENT_TABLE() #endif // #ifndef SWIG }; @@ -2180,12 +2176,6 @@ protected: // #undef const wxString& #endif -// Doxygen special -#ifdef DOXYGEN - #include "wx/propgrid/editor.h" - #include "wx/propgrid/manager.h" -#endif - // ----------------------------------------------------------------------- #endif -- 2.45.2