Hide sixtyfps::testing* from the C++ docs

This commit is contained in:
Simon Hausmann 2020-09-11 18:12:34 +02:00
parent a3f917652a
commit dd6c931237

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* VOffset VRefMut'''
EXCLUDE_SYMBOLS = sixtyfps::cbindgen_private* sixtyfps::private_api* VOffset VRefMut sixtyfps::testing*'''
}
# Add any paths that contain templates here, relative to this directory.