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.cxx | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/Fl_Int_Vector.cxx') 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 #include @@ -60,3 +66,8 @@ void Fl_Int_Vector::size(unsigned int count) { // count <= size_? just truncate size_ = count; } + +/** +\} +\endcond +*/ -- cgit v1.2.3