From 862648ebfc70b3d84bbee93c44652b89759b591e Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 7 Sep 2010 12:22:58 +0000 Subject: Fl_Device.H: added missing Doxygen comments git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7701 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Device.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FL') 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); -- cgit v1.2.3