]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/backwardcompatibility.h
Add wxPreferencesEditor::ShownModally().
[wxWidgets.git] / docs / doxygen / overviews / backwardcompatibility.h
index 7abb9124682e7670b35302dfa1c36bda90654ffc..90939c936b0fb9ca52233fa88ac9945625badee4 100644 (file)
@@ -3,13 +3,15 @@
 // 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 +22,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 +29,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 +165,3 @@ numbers. It won't, for example, help you write code compatible with 2.6.x using
 wxWidgets 2.8.x.
 
 */
-