From 8b603b9f1bd1f1e26570d1dc542d1eb28b00eded Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:51:32 +0100 Subject: Move private classes to the DriverDeveloper Doxygen group Classes moved are -Fl_Int_Vector -Fl_Kdialog_Native_File_Chooser_Driver -Fl_Zenity_Native_File_Chooser_Driver --- src/Fl_Native_File_Chooser_Zenity.cxx | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/Fl_Native_File_Chooser_Zenity.cxx') 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 #include "Fl_Native_File_Chooser_Zenity.H" #include @@ -112,3 +118,8 @@ char *Fl_Zenity_Native_File_Chooser_Driver::build_command() { //puts(command); return command; } + +/** +\} +\endcond +*/ -- cgit v1.2.3