From bb5ff33be5729afe139b761097c927fc09dd3096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 26 Mar 2018 16:10:10 +0200 Subject: [PATCH] doc: make stuff from plugins usable in snippets. --- Doxyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Doxyfile b/Doxyfile index bd5718c17..2892db9d1 100644 --- a/Doxyfile +++ b/Doxyfile @@ -918,6 +918,7 @@ EXCLUDE_SYMBOLS = Magnum::*Implementation \ EXAMPLE_PATH = doc/snippets/ \ src/ \ + ../magnum-plugins/src/ \ ../magnum-examples/src/ \ ../magnum-integration/doc/snippets/ \