diff options
| author | Manolo Gouy <Manolo> | 2016-05-08 17:17:31 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-05-08 17:17:31 +0000 |
| commit | 9a5a5b8739a158ffefe556deab4890741cc1c8e7 (patch) | |
| tree | b66a5c10682dbcfb5f3105e0ce4ed794aa63cd07 /documentation | |
| parent | 7d9fdcec25db993d1240c9f956cc0eeada8ee9f5 (diff) | |
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
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Doxyfile.in | 9 |
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 |
