From d3e684c42b83a85e12bc1c5a5c753969fb952634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 22 May 2012 14:36:58 +0200 Subject: [PATCH] Include doc/ subdir of magnum-plugins into documentation. --- Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 37134745f..4315f8cca 100644 --- a/Doxyfile +++ b/Doxyfile @@ -666,7 +666,8 @@ WARN_LOGFILE = INPUT = src/ \ doc/ \ - ../magnum-plugins/src/ + ../magnum-plugins/src/ \ + ../magnum-plugins/doc/ # 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