Updated documentation for some wxPropertyGrid classes.

Updated documentation for wxPGEditor, wxPropertyGridPage, wxPropertyGridManager, wx*Property classes.
Removed doxygen-style comments from header files.
This commit is contained in:
Artur Wieczorek
2016-07-23 23:38:39 +02:00
parent b3d4c870da
commit cd96c664dd
10 changed files with 579 additions and 771 deletions

View File

@@ -353,10 +353,7 @@ protected:
// -----------------------------------------------------------------------
/** @section propgrid_vfbflags wxPropertyGrid Validation Failure behaviour Flags
@{
*/
// wxPropertyGrid Validation Failure behaviour Flags
enum wxPG_VALIDATION_FAILURE_BEHAVIOR_FLAGS
{
@@ -1637,7 +1634,7 @@ protected:
#if WXWIN_COMPATIBILITY_3_0
// Unused variable.
/** When drawing next time, clear this many item slots at the end. */
// When drawing next time, clear this many item slots at the end.
int m_clearThisMany;
#endif
@@ -2101,7 +2098,7 @@ public:
return m_property->GetMainParent();
}
/** Returns id of associated property. */
// Returns property associated with this event.
wxPGProperty* GetProperty() const
{
return m_property;