summaryrefslogtreecommitdiff
path: root/src/Fl_Widget.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Widget.cxx')
-rw-r--r--src/Fl_Widget.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Widget.cxx b/src/Fl_Widget.cxx
index d41af782e..36c2e1ccb 100644
--- a/src/Fl_Widget.cxx
+++ b/src/Fl_Widget.cxx
@@ -297,8 +297,8 @@ Fl_Widget::copy_label(const char *a) {
Causes a widget to invoke its callback function with arbitrary arguments.
- \param[in] o call the callback with \a o as the widget argument
- \param[in] arg use \a arg as the user data argument
+ \param[in] o call the callback with \p o as the widget argument
+ \param[in] arg use \p arg as the user data argument
\see callback()
*/
void