Exclude VOffset and VRefMut from the C++ docs

This commit is contained in:
Simon Hausmann 2020-09-11 18:11:56 +02:00
parent 831cf902fe
commit a3f917652a

View file

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