From a9fd08ff5ab8bbf3838200ceace671a72627d212 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 23 Jun 2018 16:47:40 +0000 Subject: 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 --- documentation/Doxyfile.in | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'documentation') 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 -- cgit v1.2.3