diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-06-23 16:47:40 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-06-23 16:47:40 +0000 |
| commit | a9fd08ff5ab8bbf3838200ceace671a72627d212 (patch) | |
| tree | b7821c8f82a8ab75c682d9175c24bfaaf2993501 /FL/Fl_Copy_Surface.H | |
| parent | 8c993648dbb568e35271ad4c8bd346d7eb97e69b (diff) | |
Doxygen: created Group to document drivers, disabled by default
Uncomment `ENABLED_SECTIONS += DriverDev` in documentation/Doxyfile.in
to enable driver documentation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12968 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Copy_Surface.H')
| -rw-r--r-- | FL/Fl_Copy_Surface.H | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/FL/Fl_Copy_Surface.H b/FL/Fl_Copy_Surface.H index ffe24fe83..fbf710c4d 100644 --- a/FL/Fl_Copy_Surface.H +++ b/FL/Fl_Copy_Surface.H @@ -66,10 +66,19 @@ public: }; -/** A base class describing the interface between FLTK and draw-to-clipboard operations. - This class is only for internal use by the FLTK library. - A supported platform should implement the virtual methods of this class - in order to support drawing to the clipboard through class Fl_Copy_Surface. +/** + * @cond DriverDev + * @addtogroup DriverDeveloper + * @{ + */ + +/** + * A base class describing the interface between FLTK and draw-to-clipboard operations. + * + * This class is only for internal use by the FLTK library. + * + * A supported platform should implement the virtual methods of this class + * in order to support drawing to the clipboard through class Fl_Copy_Surface. */ class Fl_Copy_Surface_Driver : public Fl_Widget_Surface { friend class Fl_Copy_Surface; @@ -90,6 +99,10 @@ protected: static Fl_Copy_Surface_Driver *newCopySurfaceDriver(int w, int h); }; +/** + * @} + * @endcond + */ #endif // Fl_Copy_Surface_H |
