summaryrefslogtreecommitdiff
path: root/src/Fl_String.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-10-31 18:01:53 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-10-31 18:01:53 +0100
commit9a00f07c4f86a827bf3689cffbdadff6f2c4072b (patch)
treedbdfaaf77ffb273082b30ead9de25450369034fe /src/Fl_String.H
parent8b603b9f1bd1f1e26570d1dc542d1eb28b00eded (diff)
Move the Fl_String class to the DriverDeveloper Doxygen group
Diffstat (limited to 'src/Fl_String.H')
-rw-r--r--src/Fl_String.H11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Fl_String.H b/src/Fl_String.H
index 8c8569e8d..d10d75b6c 100644
--- a/src/Fl_String.H
+++ b/src/Fl_String.H
@@ -17,6 +17,12 @@
#ifndef _FL_Fl_String_H_
#define _FL_Fl_String_H_
+/**
+ \cond DriverDev
+ \addtogroup DriverDeveloper
+ \{
+ */
+
/** \file src/Fl_String.H
Basic Fl_String class for FLTK.
*/
@@ -130,4 +136,9 @@ FL_EXPORT Fl_String operator+(const Fl_String& lhs, const Fl_String& rhs);
FL_EXPORT Fl_String operator+(const Fl_String& lhs, const char* rhs);
FL_EXPORT bool operator==(const Fl_String & lhs, const Fl_String & rhs);
+/**
+\}
+\endcond
+*/
+
#endif // _FL_Fl_String_H_