Remove unnecessary section from wxPG documentation
Documentation of macros looks better without using the section.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user