diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-03-23 13:26:14 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-03-23 13:26:14 +0100 |
| commit | aebf2fec39640e2151d818e96f182af1cb3a63b3 (patch) | |
| tree | a7c9bb8723cd0ed971786344e64a536e5cc395db /src/Fl_String.cxx | |
| parent | b98aa7bee69463053da5e203dea1f3f6d2a4f056 (diff) | |
Improve Fl_Cairo_Window documentation (typos + indentation)
Also fix a doxygen warning in Fl_String.
Diffstat (limited to 'src/Fl_String.cxx')
| -rw-r--r-- | src/Fl_String.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
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(); |
