mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Revert "Disable clang in doxygen again for now, but make doxygen warnings errors"
This reverts commit e6727e6957
.
Unfortunately in the CI the warnings as errors doesn't quite work as
well yet, producing different warnings that need fixing first.
This commit is contained in:
parent
4611cfb24f
commit
325751a695
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ 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
|
||||||
WARN_AS_ERROR = YES'''
|
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.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue