From d305d7078bf146dfebff8ca137ae8a9e26d0fc2e Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 24 Mar 2010 10:24:37 +0000 Subject: Fixed all Doxygen warnings triggered by new Fl_Device and Fl_Printer classes git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7325 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Gl_Device_Plugin.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Fl_Gl_Device_Plugin.cxx') diff --git a/src/Fl_Gl_Device_Plugin.cxx b/src/Fl_Gl_Device_Plugin.cxx index f77ceeb00..53fc5afad 100644 --- a/src/Fl_Gl_Device_Plugin.cxx +++ b/src/Fl_Gl_Device_Plugin.cxx @@ -128,7 +128,13 @@ static void print_gl_window(Fl_Abstract_Printer *printer, Fl_Gl_Window *glw, int class Fl_Gl_Device_Plugin : public Fl_Device_Plugin { public: Fl_Gl_Device_Plugin() : Fl_Device_Plugin(name()) { } + /** \brief Returns the plugin name */ virtual const char *name() { return "opengl.device.fltk.org"; } + /** \brief Prints a widget + \param p the printer + \param w the widget + \param x,y offsets where to print relatively to coordinates origin + */ virtual int print(Fl_Abstract_Printer *p, Fl_Widget *w, int x, int y) { Fl_Gl_Window *glw = w->as_gl_window(); if (!glw) return 0; -- cgit v1.2.3