Removed '#ifndef DOXYGEN' sections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-10-08 18:19:02 +00:00
parent 9b5bafcf38
commit a57f24f97a
3 changed files with 1 additions and 16 deletions

View File

@@ -391,7 +391,7 @@ public:
#endif // !SWIG #endif // !SWIG
#if wxPG_INCLUDE_CHECKBOX || defined(DOXYGEN) #if wxPG_INCLUDE_CHECKBOX
// //
// Use custom check box code instead of native control // Use custom check box code instead of native control
@@ -539,7 +539,6 @@ public:
void Finalize( wxPropertyGrid* propGrid, const wxPoint& pos ); void Finalize( wxPropertyGrid* propGrid, const wxPoint& pos );
#ifndef DOXYGEN
protected: protected:
int GenId( int id ) const; int GenId( int id ) const;
@@ -547,7 +546,6 @@ protected:
wxArrayPtrVoid m_buttons; wxArrayPtrVoid m_buttons;
wxSize m_fullEditorSize; wxSize m_fullEditorSize;
int m_buttonsWidth; int m_buttonsWidth;
#endif // !DOXYGEN
}; };
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------

View File

@@ -614,8 +614,6 @@ protected:
public: public:
#ifndef DOXYGEN
// //
// Overridden functions - no documentation required. // Overridden functions - no documentation required.
// //
@@ -734,7 +732,6 @@ protected:
private: private:
DECLARE_EVENT_TABLE() DECLARE_EVENT_TABLE()
#endif // #ifndef SWIG #endif // #ifndef SWIG
#endif // #ifndef DOXYGEN
}; };
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------

View File

@@ -1357,7 +1357,6 @@ protected:
wxVariant& pendingValue, wxVariant& pendingValue,
int flags = SendEvtChanging ); int flags = SendEvtChanging );
#ifndef DOXYGEN
public: public:
// Control font changer helper. // Control font changer helper.
@@ -1818,9 +1817,6 @@ private:
bool ButtonTriggerKeyTest( int action, wxKeyEvent& event ); bool ButtonTriggerKeyTest( int action, wxKeyEvent& event );
#endif // DOXYGEN_SHOULD_SKIP_THIS
private:
DECLARE_EVENT_TABLE() DECLARE_EVENT_TABLE()
#endif // #ifndef SWIG #endif // #ifndef SWIG
}; };
@@ -2180,12 +2176,6 @@ protected:
// #undef const wxString& // #undef const wxString&
#endif #endif
// Doxygen special
#ifdef DOXYGEN
#include "wx/propgrid/editor.h"
#include "wx/propgrid/manager.h"
#endif
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
#endif #endif