From 8f24d7f295338143b012589bf0095db62f19004e Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 2 Mar 2023 12:15:14 +0100 Subject: Fix typos in Doxygen documentation --- src/Fl_Preferences.cxx | 2 +- src/Fl_String.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Fl_Preferences.cxx b/src/Fl_Preferences.cxx index 6e59537de..93b29db45 100644 --- a/src/Fl_Preferences.cxx +++ b/src/Fl_Preferences.cxx @@ -1001,7 +1001,7 @@ char Fl_Preferences::set( const char *key, const void *data, int dsize ) { was a problem storing the data in memory. However it does not reflect if the value was actually stored in the preference file. - \param[in] key name of entry + \param[in] entry name of entry \param[in] value set this entry to value (stops at the first nul character). \return 0 if setting the value failed */ diff --git a/src/Fl_String.cxx b/src/Fl_String.cxx index fc21c3652..a58131e25 100644 --- a/src/Fl_String.cxx +++ b/src/Fl_String.cxx @@ -166,7 +166,7 @@ Fl_String::Fl_String(const char *cstr) { /** Constructor from data of \p size bytes. \param[in] str a block of data that may contain NUL characters - \paran[in] size number of bytes to copy + \param[in] size number of bytes to copy */ Fl_String::Fl_String(const char *str, int size) { init_(); @@ -227,7 +227,7 @@ Fl_String &Fl_String::assign(const char *cstr) { /** Assign a data block of \p size bytes. \param[in] str a block of data that may contain NUL characters - \paran[in] size number of bytes to copy + \param[in] size number of bytes to copy \return self */ Fl_String &Fl_String::assign(const char *str, int size) { -- cgit v1.2.3