summaryrefslogtreecommitdiff
path: root/src/Fl_Native_File_Chooser_Zenity.H
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.H
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.H')
-rw-r--r--src/Fl_Native_File_Chooser_Zenity.H11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Fl_Native_File_Chooser_Zenity.H b/src/Fl_Native_File_Chooser_Zenity.H
index 269d2f9cd..56b12ed29 100644
--- a/src/Fl_Native_File_Chooser_Zenity.H
+++ b/src/Fl_Native_File_Chooser_Zenity.H
@@ -17,6 +17,12 @@
#ifndef FL_ZENITY_NATIVE_FILE_CHOOSER_H
#define FL_ZENITY_NATIVE_FILE_CHOOSER_H 1
+/**
+ \cond DriverDev
+ \addtogroup DriverDeveloper
+ \{
+ */
+
#include "Fl_Native_File_Chooser_Kdialog.H"
class Fl_Zenity_Native_File_Chooser_Driver : public Fl_Kdialog_Native_File_Chooser_Driver {
@@ -27,4 +33,9 @@ class Fl_Zenity_Native_File_Chooser_Driver : public Fl_Kdialog_Native_File_Choos
char *build_command() FL_OVERRIDE;
};
+/**
+\}
+\endcond
+*/
+
#endif // FL_ZENITY_NATIVE_FILE_CHOOSER_H