Disable clang in doxygen again for now, but make doxygen warnings errors

Will fix clang support with that next week.
This commit is contained in:
Simon Hausmann 2021-06-25 21:22:53 +02:00
parent 25820b57d4
commit e6727e6957

View file

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