diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Doxyfile.in | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/documentation/Doxyfile.in b/documentation/Doxyfile.in index 3faed9254..d5a7a7681 100644 --- a/documentation/Doxyfile.in +++ b/documentation/Doxyfile.in @@ -437,7 +437,8 @@ GENERATE_DEPRECATEDLIST= YES # The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif. -ENABLED_SECTIONS = +ENABLED_SECTIONS = +# ENABLED_SECTIONS += DriverDev # The MAX_INITIALIZER_LINES tag determines the maximum number of lines # the initial value of a variable or define consists of for it to appear in @@ -640,14 +641,7 @@ EXCLUDE_PATTERNS += */src/*_x.cxx # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test -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 +EXCLUDE_SYMBOLS = # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see |
