diff --git a/docs/doxygen.conf b/docs/doxygen.conf
index 8bd87f6ca130fe0df167f06af037d84a153a9199..e2197e26b9cdfc834c18a6003708e15f07b731a1 100644
--- a/docs/doxygen.conf
+++ b/docs/doxygen.conf
@@ -619,7 +619,7 @@ EXCLUDE_PATTERNS       =
 # wildcard * is used, a substring. Examples: ANamespace, AClass,
 # AClass::ANamespace, ANamespace::*Test
 
-EXCLUDE_SYMBOLS        = detail
+EXCLUDE_SYMBOLS        = detail, Ui
 
 # The EXAMPLE_PATH tag can be used to specify one or more files or
 # directories that contain example code fragments that are included (see