diff --git a/interface/wx/propgrid/propgriddefs.h b/interface/wx/propgrid/propgriddefs.h index 084118b9ba..cdc3bf0fe9 100644 --- a/interface/wx/propgrid/propgriddefs.h +++ b/interface/wx/propgrid/propgriddefs.h @@ -8,12 +8,6 @@ // ----------------------------------------------------------------------- -/** @section propgrid_misc wxPropertyGrid Miscellanous - - This section describes some miscellanous values, types and macros. - @{ -*/ - // Used to tell wxPGProperty to use label as name as well #define wxPG_LABEL (*wxPGProperty::sm_wxPG_LABEL) @@ -58,9 +52,6 @@ typedef int (*wxPGSortCallback)(wxPropertyGrid* propGrid, typedef wxString wxPGCachedString; -/** @} -*/ - // ----------------------------------------------------------------------- // Used to indicate wxPGChoices::Add etc that the value is actually not given