summaryrefslogtreecommitdiff
path: root/tools/HPMHookGen
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-09-14 17:19:53 +0200
committerHaru <haru@dotalux.com>2015-11-14 17:55:16 +0100
commite29a4597121e047c98cd6e75cfd365794c4b67a4 (patch)
tree5ae6f1677ce3e71337c3944e9fb691271f442c7d /tools/HPMHookGen
parent7c787e8adde6a56bc32ab65e5d2cd5eb1e3deeaf (diff)
downloadhercules-e29a4597121e047c98cd6e75cfd365794c4b67a4.tar.gz
hercules-e29a4597121e047c98cd6e75cfd365794c4b67a4.tar.bz2
hercules-e29a4597121e047c98cd6e75cfd365794c4b67a4.tar.xz
hercules-e29a4597121e047c98cd6e75cfd365794c4b67a4.zip
Fixed include path in the doxygen configuration
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'tools/HPMHookGen')
-rw-r--r--tools/HPMHookGen/doxygen.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/HPMHookGen/doxygen.conf b/tools/HPMHookGen/doxygen.conf
index 380a3d8de..ec55967b1 100644
--- a/tools/HPMHookGen/doxygen.conf
+++ b/tools/HPMHookGen/doxygen.conf
@@ -265,7 +265,8 @@ ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = NO
SEARCH_INCLUDES = YES
-INCLUDE_PATH = ../../src
+INCLUDE_PATH = ../../src \
+ ../../3rdparty
INCLUDE_FILE_PATTERNS =
PREDEFINED = __attribute__(x)= \
HPMHOOKGEN