X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0cbc1d02511500b8499a11939ef0c59309937fca..c29c95fe24973b94fd724db767193171ca7c513d:/docs/doxygen/scripts/common.py?ds=sidebyside diff --git a/docs/doxygen/scripts/common.py b/docs/doxygen/scripts/common.py index 41e80d7201..5285e0e3c5 100644 --- a/docs/doxygen/scripts/common.py +++ b/docs/doxygen/scripts/common.py @@ -7,6 +7,8 @@ ignored_methods = { # these classes are either replaced by different data types in bindings, or have equivalent / better # functionality provided by the target language. excluded_classes = [ + "wxAny", + "wxAnyValueType", "wxArchiveClassFactory", "wxArchiveEntry", "wxArchiveInputStream",