]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/timer.h
Fix -- in comment.
[wxWidgets.git] / interface / wx / timer.h
index 49de74c8ef1aaffd87a33c9a20baded614ee260a..e46170d0fc7400cefa1b1a2cc85c9b5945626466 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxTimer
-    @wxheader{timer.h}
 
     The wxTimer class allows you to execute code at specified intervals. Its
     precision is platform-dependent, but in general will not be better than 1ms nor
@@ -130,7 +129,6 @@ public:
 
 /**
     @class wxTimerEvent
-    @wxheader{timer.h}
 
     wxTimerEvent object is passed to the event handler of timer events.