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 --- FL/Fl_Copy_Surface.H | 22 +- FL/Fl_Gl_Window_Driver.H | 10 +- FL/Fl_Graphics_Driver.H | 10 +- FL/Fl_Image_Surface.H | 10 +- FL/Fl_Native_File_Chooser.H | 10 +- FL/Fl_Paged_Device.H | 2 +- FL/Fl_PostScript.H | 12 +- FL/Fl_Printer.H | 3 +- FL/Fl_Screen_Driver.H | 20 +- FL/Fl_System_Driver.H | 10 +- FL/Fl_Window_Driver.H | 26 +-- FL/android.H | 10 +- FL/filename.H | 1 + FL/gl.h | 31 +-- FL/mac.H | 4 +- fluid/Fl_Function_Type.cxx | 4 +- fluid/Fl_Group_Type.cxx | 2 +- fluid/Fl_Type.h | 2 +- fluid/Fl_Widget_Type.cxx | 2 +- fluid/Fl_Window_Type.cxx | 2 +- fluid/align_widget.cxx | 6 +- src/Fl.cxx | 22 +- src/Fl_Gl_Choice.cxx | 10 +- src/Fl_Gl_Window.cxx | 10 +- src/Fl_Graphics_Driver.cxx | 10 +- src/Fl_Native_File_Chooser.cxx | 10 +- src/Fl_Native_File_Chooser_FLTK.cxx | 10 +- src/Fl_Paged_Device.cxx | 40 ++-- src/Fl_Preferences.cxx | 72 +++---- src/Fl_Printer.cxx | 8 +- src/Fl_Screen_Driver.cxx | 10 +- src/Fl_Sys_Menu_Bar.cxx | 84 ++++---- src/Fl_System_Driver.cxx | 28 +-- src/Fl_Tree.cxx | 8 +- src/Fl_Tree_Prefs.cxx | 26 +-- src/Fl_Widget_Surface.cxx | 40 ++-- src/Fl_Window_Driver.cxx | 36 ++-- src/Fl_win32.cxx | 14 +- src/drivers/Android/Fl_Android_Application.H | 72 +++---- src/drivers/Android/Fl_Android_Application.cxx | 92 ++++----- src/drivers/Android/Fl_Android_Graphics_Clipping.H | 68 +++---- .../Android/Fl_Android_Graphics_Clipping.cxx | 222 ++++++++++----------- src/drivers/Android/Fl_Android_Graphics_Driver.cxx | 144 ++++++------- src/drivers/Android/Fl_Android_Graphics_Font.H | 22 +- src/drivers/Android/Fl_Android_Graphics_Font.cxx | 210 +++++++++---------- src/drivers/Android/Fl_Android_Screen_Driver.cxx | 112 +++++------ src/drivers/Android/Fl_Android_Window_Driver.cxx | 8 +- 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 +- src/drivers/Pico/Fl_Pico_Graphics_Driver.H | 2 +- .../PicoAndroid/Fl_PicoAndroid_Graphics_Driver.H | 2 +- .../PicoAndroid/Fl_PicoAndroid_Graphics_Driver.cxx | 4 +- .../PicoAndroid/Fl_PicoAndroid_Screen_Driver.cxx | 10 +- src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.H | 2 +- src/drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.cxx | 4 +- src/drivers/PicoSDL/Fl_PicoSDL_System_Driver.cxx | 4 +- src/drivers/PostScript/Fl_PostScript.cxx | 22 +- .../Quartz/Fl_Quartz_Copy_Surface_Driver.cxx | 10 +- src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H | 2 +- .../Quartz/Fl_Quartz_Graphics_Driver_image.cxx | 28 +-- .../Quartz/Fl_Quartz_Image_Surface_Driver.cxx | 10 +- src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H | 2 +- src/drivers/Xlib/Fl_Xlib_Graphics_Driver_color.cxx | 2 +- src/filename_absolute.cxx | 20 +- src/filename_ext.cxx | 22 +- src/filename_isdir.cxx | 20 +- src/fl_arc.cxx | 24 +-- src/fl_color.cxx | 4 +- src/fl_curve.cxx | 10 +- src/fl_dnd_win32.cxx | 4 +- src/fl_encoding_latin1.cxx | 38 ++-- src/fl_encoding_mac_roman.cxx | 10 +- src/fl_images_core.cxx | 2 +- src/fl_open_uri.cxx | 74 +++---- src/fl_rect.cxx | 10 +- src/fl_shortcut.cxx | 10 +- src/fl_utf8.cxx | 2 +- src/fl_vertex.cxx | 10 +- src/gl_draw.cxx | 12 +- src/gl_start.cxx | 10 +- 81 files changed, 1002 insertions(+), 1001 deletions(-) diff --git a/FL/Fl_Copy_Surface.H b/FL/Fl_Copy_Surface.H index fbf710c4d..afbe2e290 100644 --- a/FL/Fl_Copy_Surface.H +++ b/FL/Fl_Copy_Surface.H @@ -67,18 +67,18 @@ public: /** - * @cond DriverDev - * @addtogroup DriverDeveloper - * @{ + \cond DriverDev + \addtogroup DriverDeveloper + \{ */ /** - * A base class describing the interface between FLTK and draw-to-clipboard operations. - * - * This class is only for internal use by the FLTK library. - * - * A supported platform should implement the virtual methods of this class - * in order to support drawing to the clipboard through class Fl_Copy_Surface. + A base class describing the interface between FLTK and draw-to-clipboard operations. + + This class is only for internal use by the FLTK library. + + A supported platform should implement the virtual methods of this class + in order to support drawing to the clipboard through class Fl_Copy_Surface. */ class Fl_Copy_Surface_Driver : public Fl_Widget_Surface { friend class Fl_Copy_Surface; @@ -100,8 +100,8 @@ protected: }; /** - * @} - * @endcond + \} + \endcond */ #endif // Fl_Copy_Surface_H diff --git a/FL/Fl_Gl_Window_Driver.H b/FL/Fl_Gl_Window_Driver.H index 4f4d9289c..88d2c14dc 100644 --- a/FL/Fl_Gl_Window_Driver.H +++ b/FL/Fl_Gl_Window_Driver.H @@ -18,9 +18,9 @@ // /** - * @cond DriverDev - * @addtogroup DriverDeveloper - * @{ + \cond DriverDev + \addtogroup DriverDeveloper + \{ */ #ifndef Fl_Gl_Window_Driver_H @@ -205,8 +205,8 @@ class Fl_X11_Gl_Window_Driver : public Fl_Gl_Window_Driver { #endif /* Fl_Gl_Window_Driver_H */ /** - * @} - * @endcond + \} + \endcond */ // diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index f80934bce..0255ae24f 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -18,9 +18,9 @@ // /** - * @cond DriverDev - * @addtogroup DriverDeveloper - * @{ + \cond DriverDev + \addtogroup DriverDeveloper + \{ */ /** \file Fl_Graphics_Driver.H @@ -558,8 +558,8 @@ protected: #endif // FL_GRAPHICS_DRIVER_H /** - * @} - * @endcond + \} + \endcond */ // diff --git a/FL/Fl_Image_Surface.H b/FL/Fl_Image_Surface.H index 69093ecf1..4f5a3de8c 100644 --- a/FL/Fl_Image_Surface.H +++ b/FL/Fl_Image_Surface.H @@ -91,9 +91,9 @@ public: /** - * @cond DriverDev - * @addtogroup DriverDeveloper - * @{ + \cond DriverDev + \addtogroup DriverDeveloper + \{ */ /** A base class describing the interface between FLTK and draw-to-image operations. @@ -123,8 +123,8 @@ protected: }; /** - * @} - * @endcond + \} + \endcond */ #endif // Fl_Image_Surface_H diff --git a/FL/Fl_Native_File_Chooser.H b/FL/Fl_Native_File_Chooser.H index 22b5dd354..32016dc86 100644 --- a/FL/Fl_Native_File_Chooser.H +++ b/FL/Fl_Native_File_Chooser.H @@ -168,9 +168,9 @@ public: }; /** - * @cond DriverDev - * @addtogroup DriverDeveloper - * @{ + \cond DriverDev + \addtogroup DriverDeveloper + \{ */ /** Represents the interface between FLTK and a native file chooser. @@ -265,8 +265,8 @@ public: }; /** - * @} - * @endcond + \} + \endcond */ diff --git a/FL/Fl_Paged_Device.H b/FL/Fl_Paged_Device.H index 6d86e5840..cf2c1390c 100644 --- a/FL/Fl_Paged_Device.H +++ b/FL/Fl_Paged_Device.H @@ -31,7 +31,7 @@ /** \brief Represents page-structured drawing surfaces. - * + This class has no public constructor: don't instantiate it; use Fl_Printer or Fl_PostScript_File_Device instead. */ diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H index de90bd225..6190d3f13 100644 --- a/FL/Fl_PostScript.H +++ b/FL/Fl_PostScript.H @@ -33,14 +33,14 @@ extern "C" { } /** - * @cond DriverDev - * @addtogroup DriverDeveloper - * @{ + \cond DriverDev + \addtogroup DriverDeveloper + \{ */ /** \brief PostScript graphical backend. - * + PostScript text uses vectorial fonts when using the FLTK standard fonts and the latin alphabet or a few other characters listed in the following table. The latin alphabet means all unicode characters between U+0020 and U+017F, or, in other words, @@ -232,8 +232,8 @@ public: }; /** - * @} - * @endcond + \} + \endcond */ /** diff --git a/FL/Fl_Printer.H b/FL/Fl_Printer.H index c5e0cc131..825f765d9 100644 --- a/FL/Fl_Printer.H +++ b/FL/Fl_Printer.H @@ -26,8 +26,7 @@ #include /** - * \brief OS-independent print support. - * + \brief OS-independent print support. Fl_Printer allows to use all drawing, color, text, image, and clip FLTK functions, and to have them operate on printed page(s). There are two main, non exclusive, ways to use it.