]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/recguard.h
115% line height on lists is more than enough, especially for the class hierarchy...
[wxWidgets.git] / interface / recguard.h
index 333940c61d856f282b0f007f05d615dbefcb90e5..89cda8df07261d7bc939f556dfd2629acc6e8870 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        recguard.h
-// Purpose:     documentation for wxRecursionGuardFlag class
+// Purpose:     interface of wxRecursionGuardFlag
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -27,6 +27,7 @@ public:
 };
 
 
+
 /**
     @class wxRecursionGuard
     @wxheader{recguard.h}
@@ -85,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.
@@ -93,3 +94,4 @@ public:
     */
     bool IsInside() const;
 };
+