C++: Move the internal test helper in the private_api namespace

in a different file
This commit is contained in:
Olivier Goffart 2024-04-19 16:27:57 +02:00
parent 7059d48f6f
commit 13fe59cc2e
3 changed files with 9 additions and 9 deletions

View file

@ -61,8 +61,8 @@ exhale_args = {
"kindsWithContentsDirectives": [],
"exhaleExecutesDoxygen": True,
"exhaleDoxygenStdin": """INPUT = ../../api/cpp/include generated_include
EXCLUDE_SYMBOLS = slint::cbindgen_private* slint::private_api* vtable* slint::testing* SLINT_DECL_ITEM
EXCLUDE = ../../api/cpp/include/vtable.h ../../api/cpp/include/slint_testing.h
EXCLUDE_SYMBOLS = slint::cbindgen_private* slint::private_api* vtable* SLINT_DECL_ITEM
EXCLUDE = ../../api/cpp/include/vtable.h ../../api/cpp/include/slint_tests_helper.h
ENABLE_PREPROCESSING = YES
PREDEFINED += DOXYGEN
INCLUDE_PATH = generated_include