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:
@@ -79,7 +79,6 @@ public:
|
||||
/**
|
||||
The destructor resets the flag value so that the function can be entered again
|
||||
the next time.
|
||||
|
||||
Note that it is not virtual and so this class is not meant to be derived from
|
||||
(besides, there is absolutely no reason to do it anyhow).
|
||||
*/
|
||||
@@ -90,7 +89,6 @@ public:
|
||||
wxRecursionGuard (i.e. between this line and the end of current scope). Usually
|
||||
the function using wxRecursionGuard takes some specific actions in such case
|
||||
(may be simply returning) to prevent reentrant calls to itself.
|
||||
|
||||
If this method returns @false, it is safe to continue.
|
||||
*/
|
||||
bool IsInside();
|
||||
|
Reference in New Issue
Block a user