X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c83e60aab58ed216f32f557c88533abb3ed1df61..326462ae94e4b1d4fb6a8d56875ce0fcbd9d1c33:/docs/doxygen/overviews/runtimeclass.h diff --git a/docs/doxygen/overviews/runtimeclass.h b/docs/doxygen/overviews/runtimeclass.h index 790bf04d3e..dd16fe7db9 100644 --- a/docs/doxygen/overviews/runtimeclass.h +++ b/docs/doxygen/overviews/runtimeclass.h @@ -6,7 +6,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -/*! +/** @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