Exclude SharedArray::SharedArrayHeader from the C++ docs

This commit is contained in:
Simon Hausmann 2020-09-11 18:35:27 +02:00
parent 29a9bd05eb
commit 0dc81895ed
2 changed files with 5 additions and 1 deletions

View file

@ -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.