]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/recguard.h
Make the CreateTool factories be public so they can be used from application code
[wxWidgets.git] / interface / wx / recguard.h
index d646798f41b46da40f8d0797af807ae05e37eb15..b24b573e9e8bbd87e278338d1fdbf3269dbe0806 100644 (file)
@@ -3,12 +3,11 @@
 // 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 +30,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