summaryrefslogtreecommitdiff
path: root/src/Fl_Native_File_Chooser_Zenity.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-10-31 17:51:32 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-10-31 17:51:32 +0100
commit8b603b9f1bd1f1e26570d1dc542d1eb28b00eded (patch)
treed99f85aeab01da50789ff79bba163a65cb25c1a6 /src/Fl_Native_File_Chooser_Zenity.cxx
parent0e41ca820de73f01dabe101ecc2fce5d8dcd4abd (diff)
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
Diffstat (limited to 'src/Fl_Native_File_Chooser_Zenity.cxx')
-rw-r--r--src/Fl_Native_File_Chooser_Zenity.cxx11
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
+*/