diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-06-23 20:50:22 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-06-23 20:50:22 +0000 |
| commit | b8e97d7c28ad6f168e9314dab3c7651365b1c71c (patch) | |
| tree | aa722d1eb241aef345b6009fac807f060f82f7c6 /src/gl_draw.cxx | |
| parent | b1598dc70362f331da7a65f1e5ddece7c88299f3 (diff) | |
Doxygen only: fixed all block comments starting with an asterisk to space-only, fixed doxygen keywords prepended with @ to use a backward slash instead. No code was changed.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12970 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/gl_draw.cxx')
| -rw-r--r-- | src/gl_draw.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx index 91fabc0ab..38bb4f603 100644 --- a/src/gl_draw.cxx +++ b/src/gl_draw.cxx @@ -456,10 +456,10 @@ void gl_texture_pile_height(int max) /** - * @cond DriverDev - * @addtogroup DriverDeveloper - * @{ - */ + \cond DriverDev + \addtogroup DriverDeveloper + \{ + */ void Fl_Gl_Window_Driver::draw_string_legacy(const char* str, int n) { @@ -793,8 +793,8 @@ char *Fl_Cocoa_Gl_Window_Driver::alpha_mask_for_string(const char *str, int n, i #endif // FL_CFG_GFX_QUARTZ /** - * @} - * @endcond + \} + \endcond */ #endif // HAVE_GL || defined(FL_DOXYGEN) |
