Correct dependencies for wxAUI library in documentation

Library wxAUI does not depend on libraries wxHTML or wxXRC,
remove these incorrect dependencies from documentation.

Closes https://github.com/wxWidgets/wxWidgets/pull/2376
This commit is contained in:
PB
2021-05-20 19:25:44 +02:00
committed by Vadim Zeitlin
parent 26795b7432
commit 43ace6193a

View File

@@ -45,7 +45,7 @@ digraph Dependencies
wxNet -> wxBase; wxNet -> wxBase;
wxXML -> wxBase; wxXML -> wxBase;
wxAUI -> wxCore; wxAUI -> wxHTML; wxAUI -> wxCore;
wxGL -> wxCore; wxGL -> wxCore;
wxHTML -> wxCore; wxHTML -> wxCore;
wxMedia -> wxCore; wxMedia -> wxCore;
@@ -74,8 +74,7 @@ libraries), and all green libraries depend on the @ref page_libs_wxcore library
This contains the Advanced User Interface docking library. This contains the Advanced User Interface docking library.
Requires @ref page_libs_wxhtml, @ref page_libs_wxxml, Requires @ref page_libs_wxcore, @ref page_libs_wxbase.
@ref page_libs_wxcore, @ref page_libs_wxbase.
@section page_libs_wxbase wxBase @section page_libs_wxbase wxBase