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.H | |
| 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.H')
| -rw-r--r-- | src/Fl_Int_Vector.H | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Fl_Int_Vector.H b/src/Fl_Int_Vector.H index 6d89f596e..e80da04e3 100644 --- a/src/Fl_Int_Vector.H +++ b/src/Fl_Int_Vector.H @@ -18,6 +18,12 @@ #ifndef Fl_Int_Vector_H #define Fl_Int_Vector_H +/** + \cond DriverDev + \addtogroup DriverDeveloper + \{ + */ + #include <FL/Fl_Export.H> /** \file src/Fl_Int_Vector.H @@ -165,4 +171,9 @@ public: } }; +/** +\} +\endcond +*/ + #endif // Fl_Int_Vector_H |
