summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_File_Chooser2.cxx3
-rw-r--r--src/Fl_Menu_.cxx2
-rw-r--r--src/Fl_Menu_add.cxx6
-rw-r--r--src/Fl_Overlay_Window.cxx2
-rw-r--r--src/forms_timer.cxx2
5 files changed, 6 insertions, 9 deletions
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.</p>
- <p>A label of the form &quot;foo/bar/baz&quot; will create a
- submenus called &quot;foo&quot; and &quot;bar&quot; with an
- entry called &quot;baz&quot;. The "/" character is ignored if it
+ <p>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".</p>
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;.
*/
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:
<UL>
<LI>FL_NORMAL_TIMER - The timer just does the callback and
- displays the string &quot;Timer&quot; in the widget. </LI>
+ displays the string "Timer" in the widget. </LI>
<LI>FL_VALUE_TIMER - The timer does the callback and displays
the current timer value in the widget. </LI>
<LI>FL_HIDDEN_TIMER - The timer just does the callback and