summaryrefslogtreecommitdiff
path: root/src/ps_image.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-03-24 10:24:37 +0000
committerManolo Gouy <Manolo>2010-03-24 10:24:37 +0000
commitd305d7078bf146dfebff8ca137ae8a9e26d0fc2e (patch)
treef554e0cdedfcaf0219dc2b91a14a1fef74092d20 /src/ps_image.cxx
parent369366f2aefdfdc330be72847273636de4876562 (diff)
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
Diffstat (limited to 'src/ps_image.cxx')
-rw-r--r--src/ps_image.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ps_image.cxx b/src/ps_image.cxx
index 4ebdb1051..67d46b070 100644
--- a/src/ps_image.cxx
+++ b/src/ps_image.cxx
@@ -23,7 +23,7 @@
// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
-
+#ifndef FL_DOXYGEN
#include <stdio.h>
#include <math.h>
@@ -534,6 +534,7 @@ void Fl_PSfile_Device::draw(Fl_Bitmap * bitmap,int XP, int YP, int WP, int HP, i
pop_clip();
};
+#endif // FL_DOXYGEN
//
// End of "$Id: image.cxx 4324 2005-05-09 21:47:22Z rokan $"