summaryrefslogtreecommitdiff
path: root/src/fl_ask.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2012-12-11 17:06:41 +0000
committerManolo Gouy <Manolo>2012-12-11 17:06:41 +0000
commit466cf80f6fa9eb0ab7feb0de2f63965d1b744df9 (patch)
tree0d4caaf583ff37ec4640e18f32d5ac2c589de1c6 /src/fl_ask.cxx
parentd9666eb8c971affe9428524408b31e3501d4c76e (diff)
Properly Doxygen-comment fl_beep() and the associated enumeration.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9748 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_ask.cxx')
-rw-r--r--src/fl_ask.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fl_ask.cxx b/src/fl_ask.cxx
index 3d23f74cd..e6d8ba194 100644
--- a/src/fl_ask.cxx
+++ b/src/fl_ask.cxx
@@ -16,6 +16,11 @@
// http://www.fltk.org/str.php
//
+/**
+ \file fl_ask.cxx
+ \brief Utility functions for common dialogs.
+ */
+
// Implementation of fl_message, fl_ask, fl_choice, fl_input
// The three-message fl_show_x functions are for forms compatibility
// mostly. In most cases it is easier to get a multi-line message
@@ -272,6 +277,7 @@ const char* fl_close= "Close"; ///< string pointer used in common dialogs, you
// fltk functions:
/**
Emits a system beep message.
+ \param[in] type The beep type from the \ref Fl_Beep enumeration.
\note \#include <FL/fl_ask.H>
*/
void fl_beep(int type) {