Enable clang support in Doxygen

This commit is contained in:
Simon Hausmann 2021-06-25 08:48:28 +02:00
parent 2879102a29
commit 40d8c7633f
2 changed files with 4 additions and 2 deletions

View file

@ -48,7 +48,9 @@ exhale_args = {
EXCLUDE_SYMBOLS = sixtyfps::cbindgen_private* sixtyfps::private_api*
EXCLUDE = ../../api/sixtyfps-cpp/include/vtable.h ../../api/sixtyfps-cpp/include/sixtyfps_testing.h
ENABLE_PREPROCESSING = YES
PREDEFINED += DOXYGEN'''
PREDEFINED += DOXYGEN
CLANG_OPTIONS = -std=c++17 -Wno-pragma-once-outside-header
CLANG_ASSISTED_PARSING = YES'''
}
# Add any paths that contain templates here, relative to this directory.