summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2019-02-05 15:28:48 +0100
committerMatthias Melcher <git@matthiasm.com>2019-02-05 15:28:48 +0100
commit3a7bae7d7f28104562a0c3ece47335cc5f3ffc05 (patch)
treedde82d4247ea9220874261befbf221cb50a12c19 /src
parentd41ff666d0c6d5b965b03af5d5e7f2e7c60a6431 (diff)
Fixed two warnings from Doxygen.
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Help_View.cxx2
-rw-r--r--src/Fl_Menu.cxx3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/Fl_Help_View.cxx b/src/Fl_Help_View.cxx
index d31afb40d..59d8e4c84 100644
--- a/src/Fl_Help_View.cxx
+++ b/src/Fl_Help_View.cxx
@@ -3282,7 +3282,7 @@ Fl_Help_View::~Fl_Help_View()
/** Loads the specified file.
This method loads the specified file or URL. The filename may end in a
- '#name' style target.
+ \c \#name style target.
If the URL starts with \a ftp, \a http, \a https, \a ipp, \a mailto, or
\a news, followed by a colon, FLTK will use fl_open_uri() to show the
diff --git a/src/Fl_Menu.cxx b/src/Fl_Menu.cxx
index af8e2f748..f57708c62 100644
--- a/src/Fl_Menu.cxx
+++ b/src/Fl_Menu.cxx
@@ -1047,6 +1047,9 @@ const Fl_Menu_Item* Fl_Menu_Item::pulldown(
\param[in] title a character string title for the menu. If
non-zero a small box appears above the menu with the title in it.
+ \param[in] picked if this pointer is not NULL, the popup menu will appear
+ so that the picked menu is under the mouse pointer.
+
\param[in] menu_button is a pointer to an Fl_Menu_ from which the color and
boxtypes for the menu are pulled. If NULL then defaults are used.