]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/backwardcompatibility.h
Revert "Make wxMSW stack walking methods work with Unicode identifiers."
[wxWidgets.git] / docs / doxygen / overviews / backwardcompatibility.h
index 7abb9124682e7670b35302dfa1c36bda90654ffc..8a034e069533e38e30c85a248103df27355069aa 100644 (file)
@@ -2,14 +2,15 @@
 // Name:        backwardcompatibility.h
 // Purpose:     topic overview
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 
 @page overview_backwardcompat Backwards Compatibility
 
+@tableofcontents
+
 Many of the GUIs and platforms supported by wxWidgets are continuously
 evolving, and some of the new platforms wxWidgets now supports were quite
 unimaginable even a few years ago. In this environment wxWidgets must also
@@ -20,13 +21,6 @@ interface across many platforms, but also to provide an interface that is
 reasonably stable over time, to help protect its users from some of the
 uncertainty of the future.
 
-@li @ref overview_backwardcompat_versionnumbering
-@li @ref overview_backwardcompat_sourcecompat
-@li @ref overview_backwardcompat_libbincompat
-@li @ref overview_backwardcompat_appbincompat
-
-
-<hr>
 
 
 @section overview_backwardcompat_versionnumbering The Version Numbering Scheme
@@ -34,7 +28,7 @@ uncertainty of the future.
 wxWidgets version numbers can have up to four components, with trailing zeros
 sometimes omitted:
 
-@vertatim
+@verbatim
 major.minor.release.sub-release
 @endverbatim
 
@@ -170,4 +164,3 @@ numbers. It won't, for example, help you write code compatible with 2.6.x using
 wxWidgets 2.8.x.
 
 */
-