]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/runtimeclass.h
Mention wxString caching in UTF-8 ode
[wxWidgets.git] / docs / doxygen / overviews / runtimeclass.h
index b2bf4524b08a27c2c163d90fdcbd3401b0a7901a..dd16fe7db9550d2b0064a13fcb0337e9c7b441f7 100644 (file)
@@ -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