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
This commit is contained in:
Matthias Melcher
2018-06-23 16:47:40 +00:00
parent 8c993648db
commit a9fd08ff5a
41 changed files with 565 additions and 71 deletions
+3 -9
View File
@@ -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