From 68d013204bd597a197f04de3ff79c401804ef5e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 2 Nov 2025 18:56:41 +0100 Subject: [PATCH] doc: magnum-integration has now generated snippets and images. --- doc/Doxyfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 3bd6792b7..6e4edefc3 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -1028,6 +1028,7 @@ EXAMPLE_PATH = generated/ \ ../../magnum-examples/src/ \ ../../magnum-extras/doc/generated/ \ ../../magnum-extras/doc/snippets/ \ + ../../magnum-integration/doc/generated/ \ ../../magnum-integration/doc/snippets/ # If the value of the EXAMPLE_PATH tag contains directories, you can use the @@ -1051,7 +1052,8 @@ EXAMPLE_RECURSIVE = NO IMAGE_PATH = . \ snippets/ \ ../../magnum-examples/doc \ - ../../magnum-extras/doc + ../../magnum-extras/doc \ + ../../magnum-integration/doc # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program