diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-10-31 17:51:32 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-10-31 17:51:32 +0100 |
| commit | 8b603b9f1bd1f1e26570d1dc542d1eb28b00eded (patch) | |
| tree | d99f85aeab01da50789ff79bba163a65cb25c1a6 /src/Fl_Native_File_Chooser_Kdialog.cxx | |
| parent | 0e41ca820de73f01dabe101ecc2fce5d8dcd4abd (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_Kdialog.cxx')
| -rw-r--r-- | src/Fl_Native_File_Chooser_Kdialog.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Fl_Native_File_Chooser_Kdialog.cxx b/src/Fl_Native_File_Chooser_Kdialog.cxx index cab64b217..72bb6ce18 100644 --- a/src/Fl_Native_File_Chooser_Kdialog.cxx +++ b/src/Fl_Native_File_Chooser_Kdialog.cxx @@ -14,6 +14,12 @@ // https://www.fltk.org/bugs.php // +/** + \cond DriverDev + \addtogroup DriverDeveloper + \{ + */ + #include <config.h> #include <FL/Fl_Native_File_Chooser.H> #include "Fl_Native_File_Chooser_Kdialog.H" @@ -291,3 +297,8 @@ void Fl_Kdialog_Native_File_Chooser_Driver::title(const char *val) const char *Fl_Kdialog_Native_File_Chooser_Driver::title() const { return _title; } + +/** +\} +\endcond +*/ |
