summaryrefslogtreecommitdiff
path: root/src/drivers/Quartz
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-06-23 20:50:22 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-06-23 20:50:22 +0000
commitb8e97d7c28ad6f168e9314dab3c7651365b1c71c (patch)
treeaa722d1eb241aef345b6009fac807f060f82f7c6 /src/drivers/Quartz
parentb1598dc70362f331da7a65f1e5ddece7c88299f3 (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/drivers/Quartz')
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx10
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H2
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx28
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx10
4 files changed, 25 insertions, 25 deletions
diff --git a/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx b/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx
index 82e64299d..5546a5136 100644
--- a/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx
+++ b/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx
@@ -25,9 +25,9 @@
#include "Fl_Quartz_Copy_Surface_Driver.H"
/**
- * @cond DriverDev
- * @addtogroup DriverDeveloper
- * @{
+ \cond DriverDev
+ \addtogroup DriverDeveloper
+ \{
*/
Fl_Copy_Surface_Driver *Fl_Copy_Surface_Driver::newCopySurfaceDriver(int w, int h)
@@ -36,8 +36,8 @@ Fl_Copy_Surface_Driver *Fl_Copy_Surface_Driver::newCopySurfaceDriver(int w, int
}
/**
- * @}
- * @endcond
+ \}
+ \endcond
*/
Fl_Quartz_Copy_Surface_Driver::Fl_Quartz_Copy_Surface_Driver(int w, int h) : Fl_Copy_Surface_Driver(w, h) {
diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
index a39dd7481..739479d37 100644
--- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
+++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
@@ -44,7 +44,7 @@ class Fl_Quartz_Font_Descriptor;
/**
\brief The Mac OS X-specific graphics class.
- *
+
This class is implemented only on the Mac OS X platform.
*/
class Fl_Quartz_Graphics_Driver : public Fl_Graphics_Driver {
diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx
index 1e5563021..2427c2084 100644
--- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx
+++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx
@@ -34,20 +34,20 @@ static void dataReleaseCB(void *info, const void *data, size_t size)
}
/*
- * draw an image based on the input parameters
- *
- * buf: image source data
- * X, Y: position (in buffer?!)
- * W, H: size of picture (in pixel?)
- * delta: distance from pixel to pixel in buf in bytes
- * linedelta: distance from line to line in buf in bytes
- * mono: if set, pixel is one byte - if zero, pixel is 3 byte
- * cb: callback to copy image data into (RGB?) buffer
- * buf: pointer to first byte in image source
- * x, y: position in buffer
- * w: width (in bytes?)
- * dst: destination buffer
- * userdata: ?
+ draw an image based on the input parameters
+
+ buf: image source data
+ X, Y: position (in buffer?!)
+ W, H: size of picture (in pixel?)
+ delta: distance from pixel to pixel in buf in bytes
+ linedelta: distance from line to line in buf in bytes
+ mono: if set, pixel is one byte - if zero, pixel is 3 byte
+ cb: callback to copy image data into (RGB?) buffer
+ buf: pointer to first byte in image source
+ x, y: position in buffer
+ w: width (in bytes?)
+ dst: destination buffer
+ userdata: ?
*/
static void innards(const uchar *buf, int X, int Y, int W, int H,
int delta, int linedelta, int mono,
diff --git a/src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx b/src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx
index 67912c144..5d61c02c5 100644
--- a/src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx
+++ b/src/drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx
@@ -41,9 +41,9 @@ public:
/**
- * @cond DriverDev
- * @addtogroup DriverDeveloper
- * @{
+ \cond DriverDev
+ \addtogroup DriverDeveloper
+ \{
*/
Fl_Image_Surface_Driver *Fl_Image_Surface_Driver::newImageSurfaceDriver(int w, int h, int high_res, Fl_Offscreen off)
@@ -52,8 +52,8 @@ Fl_Image_Surface_Driver *Fl_Image_Surface_Driver::newImageSurfaceDriver(int w, i
}
/**
- * @}
- * @endcond
+ \}
+ \endcond
*/