Browse Source

Doxyfile: building documentation also for magnum-plugins.

The repository with magnum-plugins must be next to this repository to
make documentation building possible.
vectorfields
Vladimír Vondruš 14 years ago
parent
commit
a92b4698fa
  1. 5
      Doxyfile

5
Doxyfile

@ -128,7 +128,7 @@ FULL_PATH_NAMES = YES
# If left blank the directory from which doxygen is run is used as the
# path to strip.
STRIP_FROM_PATH =
STRIP_FROM_PATH = ../
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
# the path mentioned in the documentation of a class, which tells
@ -664,7 +664,8 @@ WARN_LOGFILE =
# with spaces.
INPUT = src/ \
doc/
doc/ \
../magnum-plugins/src/
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is

Loading…
Cancel
Save