From aebf2fec39640e2151d818e96f182af1cb3a63b3 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 23 Mar 2023 13:26:14 +0100 Subject: Improve Fl_Cairo_Window documentation (typos + indentation) Also fix a doxygen warning in Fl_String. --- src/Fl_String.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_String.cxx b/src/Fl_String.cxx index a58131e25..693a88286 100644 --- a/src/Fl_String.cxx +++ b/src/Fl_String.cxx @@ -301,8 +301,10 @@ char *Fl_String::data() { /** Return a pointer to the NUL terminated string. + \return reference to non-mutable string - \note same as `const char *Fl_String::data() const` + + \note same as Fl_String::data() const */ const char *Fl_String::c_str() const { return data(); -- cgit v1.2.3