From 9a00f07c4f86a827bf3689cffbdadff6f2c4072b Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:01:53 +0100 Subject: Move the Fl_String class to the DriverDeveloper Doxygen group --- src/Fl_String.cxx | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/Fl_String.cxx') diff --git a/src/Fl_String.cxx b/src/Fl_String.cxx index c17578dd5..1252f1202 100644 --- a/src/Fl_String.cxx +++ b/src/Fl_String.cxx @@ -14,6 +14,12 @@ // https://www.fltk.org/bugs.php // +/** + \cond DriverDev + \addtogroup DriverDeveloper + \{ + */ + #include "Fl_String.H" #include @@ -637,3 +643,8 @@ bool operator==(const Fl_String &lhs, const Fl_String &rhs) { } return false; } + +/** +\} +\endcond +*/ -- cgit v1.2.3