From 54c35c69765c4843b31fa54fdcbc0452e9b6fe63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 26 Feb 2018 17:36:49 +0100 Subject: [PATCH] Doxyfile updates to make compiled snippets possible in integration repo. --- Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 156ee9045..61a068c04 100644 --- a/Doxyfile +++ b/Doxyfile @@ -917,7 +917,8 @@ EXCLUDE_SYMBOLS = Magnum::*Implementation \ # command). EXAMPLE_PATH = doc/snippets/ \ - ../magnum-examples/src/ + ../magnum-examples/src/ \ + ../magnum-integration/doc/snippets/ \ # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and