diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-08-26 18:38:38 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-08-26 18:38:38 +0200 |
| commit | 2f5e1b223040a930dd4836e351c518dc3b14ed10 (patch) | |
| tree | cdb135aee6ab534a37059241a3025b7c6c526c42 /src | |
| parent | a3702923fc8934049bde3db7e6cff0424a011ba1 (diff) | |
Fix typos in Doxygen text for fl_filename_absolute/relative()
Diffstat (limited to 'src')
| -rw-r--r-- | src/filename_absolute.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/filename_absolute.cxx b/src/filename_absolute.cxx index 9bdb723f4..bcf02d93f 100644 --- a/src/filename_absolute.cxx +++ b/src/filename_absolute.cxx @@ -292,8 +292,8 @@ Fl_String fl_filename_setext(const Fl_String &filename, const Fl_String &new_ext /** Expands a filename containing shell variables and tilde (~). - \param[in] filename file path and name - \return the new filename + \param[in] from file path and name + \return the new, expanded filename \see fl_filename_expand(char *to, int tolen, const char *from) */ Fl_String fl_filename_expand(const Fl_String &from) { @@ -304,8 +304,8 @@ Fl_String fl_filename_expand(const Fl_String &from) { /** Makes a filename absolute from a filename relative to the current working directory. - \param[in] filename file path and name - \return the new filename + \param[in] from relative filename + \return the new, absolute filename \see fl_filename_absolute(char *to, int tolen, const char *from) */ Fl_String fl_filename_absolute(const Fl_String &from) { @@ -316,8 +316,8 @@ Fl_String fl_filename_absolute(const Fl_String &from) { /** Makes a filename relative to the current working directory. - \param[in] filename file path and name - \return the new filename + \param[in] from file path and name + \return the new, relative filename \see fl_filename_relative(char *to, int tolen, const char *from) */ Fl_String fl_filename_relative(const Fl_String &from) { |
