]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/container.h
Fix broken and missing DataView interface items for Phoenix
[wxWidgets.git] / docs / doxygen / overviews / container.h
index 023ab9d77b752c7c3a14a4dc66a3e076c0bbe782..83f092a555fa6be9a1c24c5424c2a09554187c29 100644 (file)
 
 @tableofcontents
 
-@see @ref group_class_containers
-
-
-
-@section overview_container_intro Overview
-
 For historical reasons, wxWidgets uses custom container classes internally.
 This was unfortunately unavoidable during a long time when the standard library
 wasn't widely available and can't be easily changed even now that it is for
@@ -50,6 +44,8 @@ it isn't and only use legacy wxWidgets containers such as wxArray<T> and
 wxList<T> when you must, i.e. when you use a wxWidgets function taking or
 returning a container of such type.
 
+@see @ref group_class_containers
+
 
 
 @section overview_container_legacy Legacy Classes