]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed '#ifndef DOXYGEN' sections
authorJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 8 Oct 2008 18:19:02 +0000 (18:19 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 8 Oct 2008 18:19:02 +0000 (18:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/editors.h
include/wx/propgrid/manager.h
include/wx/propgrid/propgrid.h

index 912d888397a8702da8204497cc3a95bb701d4bfa..8527f0a5adc0f16cd06976a98ea4886717acbe30 100644 (file)
@@ -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
 };
 
 // -----------------------------------------------------------------------
index 9649273957c70ee716873d7e840db262f7c9c292..6ad03bbe3ce634b181787d3cc4e61b007c36ff3f 100644 (file)
@@ -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
 };
 
 // -----------------------------------------------------------------------
index 3796b332d3dd98f5c889eafea10d87b2186909f2..7140e61bcf257d00b5fc5b7c274098049a5fbc1b 100644 (file)
@@ -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