]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/runtimeclass.h
Fix timeval struct initialization in wxSelectDispatcher.
[wxWidgets.git] / docs / doxygen / overviews / runtimeclass.h
index 790bf04d3e0084452731f0608ed821141df412cb..476b75d3ca00727cf9767c7525c5181b29e19b8e 100644 (file)
@@ -3,10 +3,10 @@
 // Purpose:     topic overview
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-/*!
+/**
 
 @page overview_rtti Runtime Type Information (RTTI)
 
@@ -14,7 +14,7 @@
 @li @ref overview_rtti_classinfo
 @li @ref overview_rtti_example
 
-@seealso
+@see
 
 @li wxObject
 @li wxClassInfo
@@ -93,7 +93,7 @@ You can get the wxClassInfo for a class by using the CLASSINFO macro, e.g.
 CLASSINFO(wxFrame). You can get the wxClassInfo for an object using
 wxObject::GetClassInfo.
 
-@seealso
+@see
 
 @li wxObject
 @li wxCreateDynamicObject