From b8e97d7c28ad6f168e9314dab3c7651365b1c71c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 23 Jun 2018 20:50:22 +0000 Subject: 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 --- src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx | 10 +++++----- src/drivers/Cocoa/Fl_Cocoa_Window_Driver.H | 10 +++++----- src/drivers/Cocoa/Fl_Cocoa_Window_Driver.cxx | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'src/drivers/Cocoa') diff --git a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx index 857057f70..137b6fb81 100644 --- a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx +++ b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx @@ -37,9 +37,9 @@ extern void (*fl_unlock_function)(); int Fl_Cocoa_Screen_Driver::next_marked_length = 0; /** - * @cond DriverDev - * @addtogroup DriverDeveloper - * @{ + \cond DriverDev + \addtogroup DriverDeveloper + \{ */ /** @@ -53,8 +53,8 @@ Fl_Screen_Driver *Fl_Screen_Driver::newScreenDriver() } /** - * @} - * @endcond + \} + \endcond */ static Fl_Text_Editor::Key_Binding extra_bindings[] = { diff --git a/src/drivers/Cocoa/Fl_Cocoa_Window_Driver.H b/src/drivers/Cocoa/Fl_Cocoa_Window_Driver.H index 2f851c500..475494467 100644 --- a/src/drivers/Cocoa/Fl_Cocoa_Window_Driver.H +++ b/src/drivers/Cocoa/Fl_Cocoa_Window_Driver.H @@ -41,9 +41,9 @@ class FLWindow; #endif // __OBJC__ /** - * @cond DriverDev - * @addtogroup DriverDeveloper - * @{ + \cond DriverDev + \addtogroup DriverDeveloper + \{ */ /* @@ -67,8 +67,8 @@ struct Fl_Window_Driver::shape_data_type { }; /** - * @} - * @endcond + \} + \endcond */ diff --git a/src/drivers/Cocoa/Fl_Cocoa_Window_Driver.cxx b/src/drivers/Cocoa/Fl_Cocoa_Window_Driver.cxx index b9dcfcd99..3dd9ac155 100644 --- a/src/drivers/Cocoa/Fl_Cocoa_Window_Driver.cxx +++ b/src/drivers/Cocoa/Fl_Cocoa_Window_Driver.cxx @@ -28,9 +28,9 @@ #include /** - * @cond DriverDev - * @addtogroup DriverDeveloper - * @{ + \cond DriverDev + \addtogroup DriverDeveloper + \{ */ Fl_Window_Driver *Fl_Window_Driver::newWindowDriver(Fl_Window *w) @@ -39,8 +39,8 @@ Fl_Window_Driver *Fl_Window_Driver::newWindowDriver(Fl_Window *w) } /** - * @} - * @endcond + \} + \endcond */ -- cgit v1.2.3