Doxygen: put all driver classes in EXCLUDE_SYMBOLS

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11724 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2016-05-08 17:17:31 +00:00
parent 7d9fdcec25
commit 9a5a5b8739
1 changed files with 8 additions and 1 deletions

View File

@ -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