summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/Doxyfile.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/documentation/Doxyfile.in b/documentation/Doxyfile.in
index f1358c726..d70660e5b 100644
--- a/documentation/Doxyfile.in
+++ b/documentation/Doxyfile.in
@@ -636,7 +636,14 @@ EXCLUDE_PATTERNS += */src/*_x.cxx
# wildcard * is used, a substring. Examples: ANamespace, AClass,
# AClass::ANamespace, ANamespace::*Test
-EXCLUDE_SYMBOLS =
+EXCLUDE_SYMBOLS = Fl_System_Driver
+EXCLUDE_SYMBOLS += Fl_Window_Driver
+EXCLUDE_SYMBOLS += Fl_Gl_Window_Driver
+EXCLUDE_SYMBOLS += Fl_Screen_Driver
+EXCLUDE_SYMBOLS += Fl_Copy_Surface_Driver
+EXCLUDE_SYMBOLS += Fl_Image_Surface_Driver
+EXCLUDE_SYMBOLS += Fl_Native_File_Chooser_Driver
+EXCLUDE_SYMBOLS += Fl_Native_File_Chooser_FLTK_Driver
# The EXAMPLE_PATH tag can be used to specify one or more files or
# directories that contain example code fragments that are included (see