From a92b4698fa61a2edb26b4ce17e4e8c875b606c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 20 May 2012 21:26:59 +0200 Subject: [PATCH] Doxyfile: building documentation also for magnum-plugins. The repository with magnum-plugins must be next to this repository to make documentation building possible. --- Doxyfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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