From d225d2c099dc7919984b997b60de36d490c6dd5c Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Sun, 26 May 2019 15:33:56 +0200 Subject: [PATCH] Remove unnecessary section from wxPG documentation Documentation of macros looks better without using the section. --- interface/wx/propgrid/propgriddefs.h | 9 --------- 1 file changed, 9 deletions(-) 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