From 26ff0df6cf0fe086916a2ebf229430baeb78b07d Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sat, 8 Mar 2025 15:29:24 +0100 Subject: Remove warning sent by Doxygen about too many #endif --- src/Fl_String.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Fl_String.H b/src/Fl_String.H index 13dfd8cf0..b677da261 100644 --- a/src/Fl_String.H +++ b/src/Fl_String.H @@ -149,11 +149,11 @@ FL_EXPORT Fl_String operator+(const Fl_String& lhs, const char* rhs); FL_EXPORT bool operator==(const Fl_String & lhs, const Fl_String & rhs); FL_EXPORT bool operator!=(const Fl_String & lhs, const Fl_String & rhs); +#endif + /** \} \endcond */ -#endif - #endif // _FL_Fl_String_H_ -- cgit v1.2.3