summaryrefslogtreecommitdiff
path: root/src/Fl_Overlay_Window.cxx
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-09-17 15:44:43 +0000
committerFabien Costantini <fabien@onepost.net>2008-09-17 15:44:43 +0000
commit3787be9b6e1a382a4482595ed9e1b17ad21e03fa (patch)
tree226dd3d58511bfff50c964031510d08d76e2c1ce /src/Fl_Overlay_Window.cxx
parentb4a50239496145b3f07a6763b7092d477280b5cf (diff)
Doxygen documentation: replace all occurences in comments of &quot; by a quote char. Temporarily set warn_if_undocumented to NO until we correct more severe messages.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6283 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Overlay_Window.cxx')
-rw-r--r--src/Fl_Overlay_Window.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Overlay_Window.cxx b/src/Fl_Overlay_Window.cxx
index 664759f47..fd4fdfdcc 100644
--- a/src/Fl_Overlay_Window.cxx
+++ b/src/Fl_Overlay_Window.cxx
@@ -28,7 +28,7 @@
/** \fn virtual void Fl_Overlay_Window::draw_overlay() = 0
You must subclass Fl_Overlay_Window and provide this method.
It is just like a draw() method, except it draws the overlay.
- The overlay will have already been &quot;cleared&quot; when this is called. You
+ The overlay will have already been "cleared" when this is called. You
can use any of the routines described in &lt;FL/fl_draw.H&gt;.
*/