@page overview_cpp_rtti_disabled Caveats When Not Using C++ RTTI
-@li @ref overview_cpp_rtti_disabled_intro
-@li @ref overview_cpp_rtti_disabled_bind
-@li @ref overview_cpp_rtti_disabled_wxany
-
-@see
-
-@li @ref overview_rtti
-@li wxEvtHandler::Bind()
-@li wxAny
-
-
-<hr>
-
-
-@section overview_cpp_rtti_disabled_intro Introduction
+@tableofcontents
@note C++ RTTI is usually enabled by default in most wxWidgets builds. If you
do not know if your build has C++ RTTI enabled or not, then it probably
created in one physical binary may not be recognized as its correct type when
used in another one.
+@see @ref overview_rtti, wxEvtHandler::Bind(), wxAny
+
+
@section overview_cpp_rtti_disabled_bind Bind() Issues
should be fine.
+
@section overview_cpp_rtti_disabled_wxany wxAny Issues
wxAny is a dynamic type class which transparently uses templates to generate
otherwise.
*/
-