diff options
author | Haru <haru@dotalux.com> | 2015-09-14 17:19:53 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-11-14 17:55:16 +0100 |
commit | e29a4597121e047c98cd6e75cfd365794c4b67a4 (patch) | |
tree | 5ae6f1677ce3e71337c3944e9fb691271f442c7d /tools/HPMHookGen/doxygen.conf | |
parent | 7c787e8adde6a56bc32ab65e5d2cd5eb1e3deeaf (diff) | |
download | hercules-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/doxygen.conf')
-rw-r--r-- | tools/HPMHookGen/doxygen.conf | 3 |
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 |