From 728ae9aa03651636895285cbcfee34b7666d6bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 1 Nov 2018 23:15:30 +0100 Subject: [PATCH] doc: I have code snippets in the easings generator utility. --- Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index db24203c0..fc7c3e558 100644 --- a/Doxyfile +++ b/Doxyfile @@ -926,7 +926,8 @@ EXCLUDE_SYMBOLS = Magnum::*Implementation \ # that contain example code fragments that are included (see the \include # command). -EXAMPLE_PATH = doc/snippets/ \ +EXAMPLE_PATH = doc/generated/ \ + doc/snippets/ \ src/ \ ../magnum-plugins/src/ \ ../magnum-examples/src/ \