diff options
author | Haru <haru@dotalux.com> | 2015-06-16 03:05:58 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-06-19 13:01:03 +0200 |
commit | e9223da7d71f28a3b803e2283387960aeeb6d77a (patch) | |
tree | 99b5f58124034e376500751fa4a4ab8f775cf4c3 /tools/HPMHookGen/doxygen.conf | |
parent | d32babc2bcba159a83238882df9b35c11d512eb4 (diff) | |
download | hercules-e9223da7d71f28a3b803e2283387960aeeb6d77a.tar.gz hercules-e9223da7d71f28a3b803e2283387960aeeb6d77a.tar.bz2 hercules-e9223da7d71f28a3b803e2283387960aeeb6d77a.tar.xz hercules-e9223da7d71f28a3b803e2283387960aeeb6d77a.zip |
Fixed an issue causing some structs to be missing from the HPMDataCheck
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'tools/HPMHookGen/doxygen.conf')
-rw-r--r-- | tools/HPMHookGen/doxygen.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/HPMHookGen/doxygen.conf b/tools/HPMHookGen/doxygen.conf index b6dc7444b..b64584846 100644 --- a/tools/HPMHookGen/doxygen.conf +++ b/tools/HPMHookGen/doxygen.conf @@ -34,7 +34,7 @@ IDL_PROPERTY_SUPPORT = NO DISTRIBUTE_GROUP_DOC = NO SUBGROUPING = NO TYPEDEF_HIDES_STRUCT = NO -EXTRACT_ALL = NO +EXTRACT_ALL = YES EXTRACT_PRIVATE = NO EXTRACT_STATIC = NO EXTRACT_LOCAL_CLASSES = NO |