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/ \