Remove warning sent by Doxygen about too many #endif

This commit is contained in:
ManoloFLTK 2025-03-08 15:29:24 +01:00
parent 7d58f06a20
commit 26ff0df6cf

View File

@ -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_