Browse Source

Doxyfile updates to make compiled snippets possible in integration repo.

pull/205/head
Vladimír Vondruš 8 years ago
parent
commit
54c35c6976
  1. 3
      Doxyfile

3
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

Loading…
Cancel
Save