replace @b Note with @note; replace '' with "
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -86,7 +86,7 @@ public:
|
||||
~wxRecursionGuard();
|
||||
|
||||
/**
|
||||
Returns @true if we're already inside the code block "protected'' by this
|
||||
Returns @true if we're already inside the code block "protected" by this
|
||||
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.
|
||||
|
Reference in New Issue
Block a user