mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
C++: Move the internal test helper in the private_api namespace
in a different file
This commit is contained in:
parent
7059d48f6f
commit
13fe59cc2e
3 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue