X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7054054f0e15698b4fc3c0644bb8247bcde0298..4e15d1caa03346c126015019c1fdf093033ef40b:/docs/doxygen/overviews/container.h diff --git a/docs/doxygen/overviews/container.h b/docs/doxygen/overviews/container.h index 023ab9d77b..83f092a555 100644 --- a/docs/doxygen/overviews/container.h +++ b/docs/doxygen/overviews/container.h @@ -12,12 +12,6 @@ @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 and wxList 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