Browse Source

Remove warning sent by Doxygen about too many #endif

pull/1217/head
ManoloFLTK 3 months ago
parent
commit
26ff0df6cf
  1. 4
      src/Fl_String.H

4
src/Fl_String.H

@ -149,11 +149,11 @@ FL_EXPORT Fl_String operator+(const Fl_String& lhs, const char* rhs); @@ -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_

Loading…
Cancel
Save