Remove unnecessary section from wxPG documentation

Documentation of macros looks better without using the section.
This commit is contained in:
Artur Wieczorek
2019-05-26 15:33:56 +02:00
parent 908342e3ad
commit d225d2c099

View File

@@ -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 // Used to tell wxPGProperty to use label as name as well
#define wxPG_LABEL (*wxPGProperty::sm_wxPG_LABEL) #define wxPG_LABEL (*wxPGProperty::sm_wxPG_LABEL)
@@ -58,9 +52,6 @@ typedef int (*wxPGSortCallback)(wxPropertyGrid* propGrid,
typedef wxString wxPGCachedString; typedef wxString wxPGCachedString;
/** @}
*/
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
// Used to indicate wxPGChoices::Add etc that the value is actually not given // Used to indicate wxPGChoices::Add etc that the value is actually not given