Changeset 56170

Show
Ignore:
Timestamp:
10/08/08 11:19:02 (7 weeks ago)
Author:
JMS
Message:

Removed '#ifndef DOXYGEN' sections

Location:
wxWidgets/trunk/include/wx/propgrid
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • wxWidgets/trunk/include/wx/propgrid/editors.h

    r56129 r56170  
    392392 
    393393 
    394 #if wxPG_INCLUDE_CHECKBOX || defined(DOXYGEN) 
     394#if wxPG_INCLUDE_CHECKBOX 
    395395 
    396396// 
     
    540540    void Finalize( wxPropertyGrid* propGrid, const wxPoint& pos ); 
    541541 
    542 #ifndef DOXYGEN 
    543542protected: 
    544543 
     
    548547    wxSize          m_fullEditorSize; 
    549548    int             m_buttonsWidth; 
    550 #endif // !DOXYGEN 
    551549}; 
    552550 
  • wxWidgets/trunk/include/wx/propgrid/manager.h

    r56096 r56170  
    615615public: 
    616616 
    617 #ifndef DOXYGEN 
    618  
    619617    // 
    620618    // Overridden functions - no documentation required. 
     
    735733    DECLARE_EVENT_TABLE() 
    736734#endif // #ifndef SWIG 
    737 #endif // #ifndef DOXYGEN 
    738735}; 
    739736 
  • wxWidgets/trunk/include/wx/propgrid/propgrid.h

    r56169 r56170  
    13581358                                    int flags = SendEvtChanging ); 
    13591359 
    1360 #ifndef DOXYGEN 
    13611360public: 
    13621361 
     
    18191818    bool ButtonTriggerKeyTest( int action, wxKeyEvent& event ); 
    18201819 
    1821 #endif // DOXYGEN_SHOULD_SKIP_THIS 
    1822  
    1823 private: 
    18241820    DECLARE_EVENT_TABLE() 
    18251821#endif // #ifndef SWIG 
     
    21812177#endif 
    21822178 
    2183 // Doxygen special 
    2184 #ifdef DOXYGEN 
    2185     #include "wx/propgrid/editor.h" 
    2186     #include "wx/propgrid/manager.h" 
     2179// ----------------------------------------------------------------------- 
     2180 
    21872181#endif 
    21882182 
    2189 // ----------------------------------------------------------------------- 
    2190  
    2191 #endif 
    2192  
    21932183#endif // _WX_PROPGRID_PROPGRID_H_ 
    21942184