Remove Pin, etc. typedefs from C++ docs

Exclude everything from vtable.h, and apply the same logic for sixtyfps::testing.
This commit is contained in:
Simon Hausmann 2020-09-11 18:16:17 +02:00
parent dd6c931237
commit 29a9bd05eb

View file

@ -45,7 +45,8 @@ exhale_args = {
"createTreeView": True,
"exhaleExecutesDoxygen": True,
"exhaleDoxygenStdin": '''INPUT = ../../api/sixtyfps-cpp/include
EXCLUDE_SYMBOLS = sixtyfps::cbindgen_private* sixtyfps::private_api* VOffset VRefMut sixtyfps::testing*'''
EXCLUDE_SYMBOLS = sixtyfps::cbindgen_private* sixtyfps::private_api*
EXCLUDE = ../../api/sixtyfps-cpp/include/vtable.h ../../api/sixtyfps-cpp/include/sixtyfps_testing.h'''
}
# Add any paths that contain templates here, relative to this directory.