Add Doxygen note that class Fl_Device_Plugin is not intended for public use.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12031 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2016-10-16 15:12:46 +00:00
parent e3670dfda6
commit fc62d39db5

View File

@@ -86,7 +86,9 @@ public:
/**
This plugin socket allows the integration of new device drivers for special
window or screen types. It is currently used to provide an automated printing
window or screen types.
This class is not intended for use outside the FLTK library.
It is currently used to provide an automated printing
service and screen capture for OpenGL windows, if linked with fltk_gl.
*/
class FL_EXPORT Fl_Device_Plugin : public Fl_Plugin {