Rename sixtyfps_

This commit is contained in:
Olivier Goffart 2022-02-02 14:18:28 +01:00
parent 6c210b549b
commit d2d6a5cc6a
20 changed files with 65 additions and 65 deletions

View file

@ -61,7 +61,7 @@ exhale_args = {
"exhaleExecutesDoxygen": True,
"exhaleDoxygenStdin": """INPUT = ../../api/cpp/include generated_include
EXCLUDE_SYMBOLS = slint::cbindgen_private* slint::private_api* vtable* SLINT_DECL_ITEM
EXCLUDE = ../../api/cpp/include/vtable.h ../../api/sixtyfps-cpp/include/sixtyfps_testing.h
EXCLUDE = ../../api/cpp/include/vtable.h ../../api/sixtyfps-cpp/include/slint_testing.h
ENABLE_PREPROCESSING = YES
PREDEFINED += DOXYGEN
WARN_AS_ERROR = YES""",