diff options
Diffstat (limited to 'src/Fl_Native_File_Chooser_Zenity.cxx')
| -rw-r--r-- | src/Fl_Native_File_Chooser_Zenity.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Fl_Native_File_Chooser_Zenity.cxx b/src/Fl_Native_File_Chooser_Zenity.cxx index 3626d357e..aa967bfb0 100644 --- a/src/Fl_Native_File_Chooser_Zenity.cxx +++ b/src/Fl_Native_File_Chooser_Zenity.cxx @@ -14,6 +14,12 @@ // https://www.fltk.org/bugs.php // +/** + \cond DriverDev + \addtogroup DriverDeveloper + \{ + */ + #include <config.h> #include "Fl_Native_File_Chooser_Zenity.H" #include <stdio.h> @@ -112,3 +118,8 @@ char *Fl_Zenity_Native_File_Chooser_Driver::build_command() { //puts(command); return command; } + +/** +\} +\endcond +*/ |
