From 3787be9b6e1a382a4482595ed9e1b17ad21e03fa Mon Sep 17 00:00:00 2001
From: Fabien Costantini
Date: Wed, 17 Sep 2008 15:44:43 +0000
Subject: Doxygen documentation: replace all occurences in comments of "
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
---
src/Fl_File_Chooser2.cxx | 3 ---
src/Fl_Menu_.cxx | 2 +-
src/Fl_Menu_add.cxx | 6 +++---
src/Fl_Overlay_Window.cxx | 2 +-
src/forms_timer.cxx | 2 +-
5 files changed, 6 insertions(+), 9 deletions(-)
(limited to 'src')
diff --git a/src/Fl_File_Chooser2.cxx b/src/Fl_File_Chooser2.cxx
index 7bf9b6305..9cf693a1f 100644
--- a/src/Fl_File_Chooser2.cxx
+++ b/src/Fl_File_Chooser2.cxx
@@ -265,9 +265,6 @@
/** \fn const char *Fl_File_Chooser::value(int file)
See const char *value(const char *pathname)*/
-/** \fn const char *Fl_File_Chooser::value()
- See const char *value(const char *pathname)*/
-
/** \fn int Fl_File_Chooser::visible()
Returns 1 if the Fl_File_Chooser window is visible.*/
diff --git a/src/Fl_Menu_.cxx b/src/Fl_Menu_.cxx
index 7da9943ee..3701ea1d0 100644
--- a/src/Fl_Menu_.cxx
+++ b/src/Fl_Menu_.cxx
@@ -156,7 +156,7 @@ const Fl_Menu_Item* Fl_Menu_::picked(const Fl_Menu_Item* v) {
return v;
}
-/** Turns the radio item "on" for the menu item and turns off adjacent radio items set. */
+/** Turns the radio item "on" for the menu item and turns off adjacent radio items set. */
void Fl_Menu_Item::setonly() {
flags |= FL_MENU_RADIO | FL_MENU_VALUE;
Fl_Menu_Item* j;
diff --git a/src/Fl_Menu_add.cxx b/src/Fl_Menu_add.cxx
index c7ef5a4aa..b100fcdc8 100644
--- a/src/Fl_Menu_add.cxx
+++ b/src/Fl_Menu_add.cxx
@@ -189,9 +189,9 @@ int Fl_Menu_Item::add(
character in the string. Labels starting with the "_" character
cause a divider to be placed after that menu item.
- A label of the form "foo/bar/baz" will create a
- submenus called "foo" and "bar" with an
- entry called "baz". The "/" character is ignored if it
+
A label of the form "foo/bar/baz" will create a
+ submenus called "foo" and "bar" with an
+ entry called "baz". The "/" character is ignored if it
appears as the first character of the label string, e.g.
"/foo/bar/baz".
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 "cleared" 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 <FL/fl_draw.H>.
*/
diff --git a/src/forms_timer.cxx b/src/forms_timer.cxx
index 69d01c384..ad4444572 100644
--- a/src/forms_timer.cxx
+++ b/src/forms_timer.cxx
@@ -139,7 +139,7 @@ Fl_Timer::~Fl_Timer() {
following symbolic constants:
- FL_NORMAL_TIMER - The timer just does the callback and
- displays the string "Timer" in the widget.
+ displays the string "Timer" in the widget.
- FL_VALUE_TIMER - The timer does the callback and displays
the current timer value in the widget.
- FL_HIDDEN_TIMER - The timer just does the callback and
--
cgit v1.2.3