From 77684885f92c0512a56de4c4dd23795ccb9277da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 15 Oct 2025 21:26:56 +0200 Subject: [PATCH] doc: magnum-integration may now depend on magnum-extras, swap the order. This has a practical effect mainly on the Custom Buildsystems page, where the dependency graph for Extras is now shown before Integration. --- doc/Doxyfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 71abb1466..3bd6792b7 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -936,12 +936,12 @@ INPUT = ../src/Magnum \ ../../magnum-plugins/src/Magnum \ ../../magnum-plugins/src/MagnumPlugins \ ../../magnum-plugins/doc/ \ - ../../magnum-integration/src/Magnum \ - ../../magnum-integration/doc/ \ - ../../magnum-examples/doc/ \ ../../magnum-extras/src/Magnum \ ../../magnum-extras/src/Magnum/Ui/ui-gallery.cpp \ - ../../magnum-extras/doc/ + ../../magnum-extras/doc/ \ + ../../magnum-integration/src/Magnum \ + ../../magnum-integration/doc/ \ + ../../magnum-examples/doc/ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses