summaryrefslogtreecommitdiff
path: root/src/Fl_Menu_add.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_Menu_add.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_Menu_add.cxx')
-rw-r--r--src/Fl_Menu_add.cxx6
1 files changed, 3 insertions, 3 deletions
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>