Browse Source

doc: I have code snippets in the easings generator utility.

pull/297/head
Vladimír Vondruš 8 years ago
parent
commit
728ae9aa03
  1. 3
      Doxyfile

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

Loading…
Cancel
Save