diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-08-14 18:27:35 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-08-14 18:27:35 +0200 |
| commit | afc2072878a422c10815ab7b2f20da4e4052b68c (patch) | |
| tree | 1dc11fcb3b13b3959711d7bf4cb88a807c1df8bf | |
| parent | 05c91b287f16d87f335a8cc375074d712cb8511a (diff) | |
Fix Doxygen typos in fl_draw() documentation
| -rw-r--r-- | src/fl_draw.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/fl_draw.cxx b/src/fl_draw.cxx index 0fb4bd5af..4f30ecc51 100644 --- a/src/fl_draw.cxx +++ b/src/fl_draw.cxx @@ -194,15 +194,15 @@ fl_expand_text(const char* from, char* buf, int maxbuf, double maxw, int& n, the addition of the \p callthis parameter, which is a pointer to a text drawing function such as fl_draw(const char*, int, int, int) to do the real work. - \param[in] str UTF-8 string, can start and end with an '@sym' symbol, - can contain '\n' + \param[in] str UTF-8 string, can start and end with an '\@sym' symbol, + can contain '\\n' \param[in] x,y,w,h bounding box \param[in] align label and image alignment in bounding box \param[in] callthis pointer to text drawing function \param[in] img pointer to image - \param[in] draw_symbols if true, interprete leading and trailing '@sym' + \param[in] draw_symbols if true, interprete leading and trailing '\@sym' as graphical symbols - \param[in] gap spacing between text and image + \param[in] spacing spacing between text and image */ void fl_draw( const char* str, // the (multi-line) string @@ -461,14 +461,14 @@ void fl_draw( The \p draw_symbols argument specifies whether or not to look for symbol names starting with the '\@' character' - \param[in] str UTF-8 string, can start and end with an '@sym' symbol, - can contain '\n' + \param[in] str UTF-8 string, can start and end with an '\@sym' symbol, + can contain '\\n' \param[in] x,y,w,h bounding box \param[in] align label and image alignment in bounding box \param[in] img pointer to image - \param[in] draw_symbols if true, interprete leading and trailing '@sym' + \param[in] draw_symbols if true, interprete leading and trailing '\@sym' as graphical symbols - \param[in] gap spacing between text and image + \param[in] spacing spacing between text and image */ void fl_draw( const char* str, |
