removed @NULL,@true,@false tags from the function prototypes; fixed * and & displacing in the prototypes; changed @param as discussed on wx-dev; use @see instead of @sa; better indentation for @returns,@remarks,@see paragraphs; other misc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -58,7 +58,6 @@ public:
|
||||
and brushes, it does not make sense to have a reference counting scheme
|
||||
to do this cloning, because all validators should have separate
|
||||
data.
|
||||
|
||||
This base function returns @NULL.
|
||||
*/
|
||||
virtual wxObject* Clone();
|
||||
@@ -72,7 +71,7 @@ public:
|
||||
This functions switches on or turns off the error sound produced by the
|
||||
validators if an invalid key is pressed.
|
||||
*/
|
||||
void SetBellOnError(bool doIt = @true);
|
||||
void SetBellOnError(bool doIt = true);
|
||||
|
||||
/**
|
||||
Associates a window with the validator.
|
||||
|
Reference in New Issue
Block a user