]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/recguard.h
Merged GSOC Ribbon work from SOC2009_RIBBON branch into trunk.
[wxWidgets.git] / interface / wx / recguard.h
index d646798f41b46da40f8d0797af807ae05e37eb15..f4c9fa5497331faaf247bed110c2d6aabb8d6d33 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @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