mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-22 10:03:13 +00:00
Exclude SharedArray::SharedArrayHeader from the C++ docs
This commit is contained in:
parent
29a9bd05eb
commit
0dc81895ed
2 changed files with 5 additions and 1 deletions
|
@ -46,7 +46,9 @@ exhale_args = {
|
|||
"exhaleExecutesDoxygen": True,
|
||||
"exhaleDoxygenStdin": '''INPUT = ../../api/sixtyfps-cpp/include
|
||||
EXCLUDE_SYMBOLS = sixtyfps::cbindgen_private* sixtyfps::private_api*
|
||||
EXCLUDE = ../../api/sixtyfps-cpp/include/vtable.h ../../api/sixtyfps-cpp/include/sixtyfps_testing.h'''
|
||||
EXCLUDE = ../../api/sixtyfps-cpp/include/vtable.h ../../api/sixtyfps-cpp/include/sixtyfps_testing.h
|
||||
ENABLE_PREPROCESSING = YES
|
||||
PREDEFINED = DOXYGEN'''
|
||||
}
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue