summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-09-07 12:22:58 +0000
committerManolo Gouy <Manolo>2010-09-07 12:22:58 +0000
commit862648ebfc70b3d84bbee93c44652b89759b591e (patch)
tree72b657e4137da82ce3e2ffdcef17ecb332d1338e
parentf92bb184fe4644b09958b9e0267b4e06783f83b7 (diff)
Fl_Device.H: added missing Doxygen comments
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7701 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--FL/Fl_Device.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H
index 0d0f4c272..8accddeeb 100644
--- a/FL/Fl_Device.H
+++ b/FL/Fl_Device.H
@@ -305,6 +305,7 @@ public:
*/
class Fl_Quartz_Graphics_Driver : public Fl_Graphics_Driver {
public:
+ /** \brief The constructor. */
Fl_Quartz_Graphics_Driver() { type_ = device_type; };
static const char *device_type;
void draw(Fl_Pixmap *pxm, int XP, int YP, int WP, int HP, int cx, int cy);
@@ -320,6 +321,7 @@ public:
*/
class Fl_GDI_Graphics_Driver : public Fl_Graphics_Driver {
public:
+ /** \brief The constructor. */
Fl_GDI_Graphics_Driver() { type_ = device_type; };
static const char *device_type;
void draw(Fl_Pixmap *pxm, int XP, int YP, int WP, int HP, int cx, int cy);
@@ -335,6 +337,7 @@ public:
*/
class Fl_Xlib_Graphics_Driver : public Fl_Graphics_Driver {
public:
+ /** \brief The constructor. */
Fl_Xlib_Graphics_Driver() { type_ = device_type; };
static const char *device_type;
void draw(Fl_Pixmap *pxm, int XP, int YP, int WP, int HP, int cx, int cy);