diff options
Diffstat (limited to 'FL/Fl_File_Input.H')
| -rw-r--r-- | FL/Fl_File_Input.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_File_Input.H b/FL/Fl_File_Input.H index 48b1faca7..e85847557 100644 --- a/FL/Fl_File_Input.H +++ b/FL/Fl_File_Input.H @@ -83,7 +83,7 @@ public: \todo Better docs for Fl_File_Input::errorcolor() - is it even used? */ Fl_Color errorcolor() const { return errorcolor_; } - /** Sets the current error color to \a c */ + /** Sets the current error color to \p c */ void errorcolor(Fl_Color c) { errorcolor_ = c; } int value(const char *str); |
