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_Int_Vector.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_Int_Vector.cxx')
| -rw-r--r-- | src/Fl_Int_Vector.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Fl_Int_Vector.cxx b/src/Fl_Int_Vector.cxx index bbbf149dd..523e4a3c8 100644 --- a/src/Fl_Int_Vector.cxx +++ b/src/Fl_Int_Vector.cxx @@ -15,6 +15,12 @@ // https://www.fltk.org/bugs.php // +/** + \cond DriverDev + \addtogroup DriverDeveloper + \{ + */ + #include "Fl_Int_Vector.H" #include <stdlib.h> #include <string.h> @@ -60,3 +66,8 @@ void Fl_Int_Vector::size(unsigned int count) { // count <= size_? just truncate size_ = count; } + +/** +\} +\endcond +*/ |
