mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 12:24:16 +00:00
Exclude private C++ API from the reference documentation
The path to the API meant to be excluded needs to be adjusted after the folder renaming.
This commit is contained in:
parent
5bc1e74e27
commit
98ffd629cf
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ exhale_args = {
|
|||
"exhaleExecutesDoxygen": True,
|
||||
"exhaleDoxygenStdin": """INPUT = ../../api/cpp/include generated_include
|
||||
EXCLUDE_SYMBOLS = sixtyfps::cbindgen_private* sixtyfps::private_api* vtable* SIXTYFPS_DECL_ITEM
|
||||
EXCLUDE = ../../api/cpp/include/vtable.h ../../api/sixtyfps-cpp/include/sixtyfps_testing.h
|
||||
EXCLUDE = ../../api/cpp/include/vtable.h ../../api/cpp/include/sixtyfps_testing.h
|
||||
ENABLE_PREPROCESSING = YES
|
||||
PREDEFINED += DOXYGEN
|
||||
WARN_AS_ERROR = YES""",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue