mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Remove slint::testing
from the C++ API Docs
We already avoid parsing `slint_testing.h`. But we have a variant of `send_keyboard_string_sequence` in `slint_interpreter.h` because the function takes a ComponentInstance. Exclude all symbols from that namespace from the docs to continue the intent.
This commit is contained in:
parent
2ceafc6392
commit
34b39a2a60
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ exhale_args = {
|
|||
"createTreeView": True,
|
||||
"exhaleExecutesDoxygen": True,
|
||||
"exhaleDoxygenStdin": """INPUT = ../../api/cpp/include generated_include
|
||||
EXCLUDE_SYMBOLS = slint::cbindgen_private* slint::private_api* vtable* SLINT_DECL_ITEM
|
||||
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
|
||||
ENABLE_PREPROCESSING = YES
|
||||
PREDEFINED += DOXYGEN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue