From 8b603b9f1bd1f1e26570d1dc542d1eb28b00eded Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:51:32 +0100 Subject: 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 --- src/Fl_Int_Vector.H | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/Fl_Int_Vector.H') 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 /** \file src/Fl_Int_Vector.H @@ -165,4 +171,9 @@ public: } }; +/** +\} +\endcond +*/ + #endif // Fl_Int_Vector_H -- cgit v1.2.3