X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..f59be7c6bc01df23729c7d477b6843f931623344:/interface/timer.h diff --git a/interface/timer.h b/interface/timer.h index 9fa88d5796..2ec9e9c6a5 100644 --- a/interface/timer.h +++ b/interface/timer.h @@ -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; }; +