]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/timer.h
interface headers reviewed
[wxWidgets.git] / interface / timer.h
index 9fa88d5796ff1964e3652cfbeca5bf2296167e08..2ec9e9c6a5f58dc56afca95204afd167d069906c 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        timer.h
-// Purpose:     documentation for wxTimer class
+// Purpose:     interface of wxTimer
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -37,8 +37,7 @@
     @library{wxbase}
     @category{misc}
 
-    @seealso
-    wxStopWatch
+    @see wxStopWatch
 */
 class wxTimer : public wxEvtHandler
 {
@@ -128,6 +127,7 @@ public:
 };
 
 
+
 /**
     @class wxTimerEvent
     @wxheader{timer.h}
@@ -166,8 +166,7 @@ public:
     @library{wxbase}
     @category{events}
 
-    @seealso
-    wxTimer
+    @see wxTimer
 */
 class wxTimerEvent : public wxEvent
 {
@@ -182,3 +181,4 @@ public:
     */
     wxTimer GetTimer() const;
 };
+