diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-06-23 16:47:40 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-06-23 16:47:40 +0000 |
| commit | a9fd08ff5ab8bbf3838200ceace671a72627d212 (patch) | |
| tree | b7821c8f82a8ab75c682d9175c24bfaaf2993501 /documentation | |
| parent | 8c993648dbb568e35271ad4c8bd346d7eb97e69b (diff) | |
Doxygen: created Group to document drivers, disabled by default
Uncomment `ENABLED_SECTIONS += DriverDev` in documentation/Doxyfile.in
to enable driver documentation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12968 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 |
