summaryrefslogtreecommitdiff
path: root/src/Fl_Copy_Surface.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-04-11 11:28:20 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-04-11 11:28:20 +0200
commit86ddfca2f3ffaa4bcfb628a8db8f037670cb0986 (patch)
treec5aea1d050f619a88700c9757d971932f42a10be /src/Fl_Copy_Surface.cxx
parent3bbc453237d8c303daeb5b255756f29edd01010d (diff)
Remove 2 Doxygen warnings
fltk-1.4/src/Fl_Copy_Surface.cxx:66: warning: no uniquely matching class member found for int Fl_Copy_Surface_Driver::printable_rect(int *w, int *h) and same for Fl_Image_Surface_Driver.
Diffstat (limited to 'src/Fl_Copy_Surface.cxx')
-rw-r--r--src/Fl_Copy_Surface.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Fl_Copy_Surface.cxx b/src/Fl_Copy_Surface.cxx
index 0ebe3ee0f..53881c62e 100644
--- a/src/Fl_Copy_Surface.cxx
+++ b/src/Fl_Copy_Surface.cxx
@@ -63,10 +63,19 @@ int Fl_Copy_Surface::printable_rect(int *w, int *h) {
return 1;
}
+/**
+ \cond DriverDev
+ \addtogroup DriverDeveloper
+ \{
+ */
int Fl_Copy_Surface_Driver::printable_rect(int *w, int *h) {
*w = width; *h = height;
return 0;
}
+/**
+ \}
+ \endcond
+ */
//
// End of "$Id$".