diff --git a/Doxyfile b/Doxyfile index fb4f3f77b..4f9dbe990 100644 --- a/Doxyfile +++ b/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