Browse Source

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.
pull/680/head
Vladimír Vondruš 7 months ago
parent
commit
77684885f9
  1. 8
      doc/Doxyfile

8
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

Loading…
Cancel
Save