summaryrefslogtreecommitdiff
path: root/src/Fl_Copy_Surface.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-01 21:28:13 +0000
committerManolo Gouy <Manolo>2016-03-01 21:28:13 +0000
commitf14de4048eb36ce1aa07d837349dc9687f6f0a61 (patch)
treea3e764ac97c5559bf3d6524d221cfd5c75e7a9aa /src/Fl_Copy_Surface.cxx
parent2072fcd698b36e3608e56feb75a77e3f790c02ce (diff)
Fix a few Doxygen warnings.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11261 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Copy_Surface.cxx')
-rw-r--r--src/Fl_Copy_Surface.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Fl_Copy_Surface.cxx b/src/Fl_Copy_Surface.cxx
index c6c1a3192..c3f2886bc 100644
--- a/src/Fl_Copy_Surface.cxx
+++ b/src/Fl_Copy_Surface.cxx
@@ -25,7 +25,7 @@
#elif defined(WIN32)
#include <src/drivers/GDI/Fl_GDI_Copy_Surface.H>
-#elif defined(FL_PORTING)
+#elif defined(FL_PORTING) && !defined(FL_DOXYGEN)
# pragma message "FL_PORTING: implement class Fl_Copy_Surface::Helper for your platform"
class Fl_Copy_Surface::Helper : public Fl_Widget_Surface { // model
@@ -51,6 +51,7 @@ Fl_Copy_Surface::Helper *Fl_Copy_Surface::newPlatformSurface(int w, int h) {
return new Helper(w, h);
}
+/** the constructor */
Fl_Copy_Surface::Fl_Copy_Surface(int w, int h) : Fl_Widget_Surface(NULL) {
platform_surface = newPlatformSurface(w, h);
driver(platform_surface->driver());