diff options
Diffstat (limited to 'src/Fl_String.cxx')
| -rw-r--r-- | src/Fl_String.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
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 <stdio.h> @@ -637,3 +643,8 @@ bool operator==(const Fl_String &lhs, const Fl_String &rhs) { } return false; } + +/** +\} +\endcond +*/ |
