]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/recguard.h
Mention that wxSizer::Clear() always deletes child sizers.
[wxWidgets.git] / interface / wx / recguard.h
index d646798f41b46da40f8d0797af807ae05e37eb15..074a279d238cc1745151ad4c3787eda5f04e339f 100644 (file)
@@ -2,13 +2,11 @@
 // Name:        recguard.h
 // Purpose:     interface of wxRecursionGuardFlag
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
     @class wxRecursionGuardFlag
-    @wxheader{recguard.h}
 
     This is a completely opaque class which exists only to be used with
     wxRecursionGuard, please see the example in that class' documentation.
@@ -31,7 +29,6 @@ public:
 
 /**
     @class wxRecursionGuard
-    @wxheader{recguard.h}
 
     wxRecursionGuard is a very simple class which can be used to prevent reentrancy
     problems in a function. It is not thread-safe and so should be used only in