From 15489bda1b2c9a4db82965a85634674d5d7f2dbe Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Tue, 24 Mar 2009 01:40:44 +0000 Subject: Major documentation update including: now html doc API is sorted, navigation problems/side effects fixed, html tags replaced by proper doxygen commands, parameters command switched from a to p. Includes a pdf update. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6716 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_scroll_area.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fl_scroll_area.cxx') diff --git a/src/fl_scroll_area.cxx b/src/fl_scroll_area.cxx index e87cba026..40609bc51 100644 --- a/src/fl_scroll_area.cxx +++ b/src/fl_scroll_area.cxx @@ -42,8 +42,8 @@ \param[in] dx,dy pixel offsets for shifting rectangle \param[in] draw_area callback function to draw rectangular areas \param[in] data pointer to user data for callback - The contents of the rectangular area is first shifted by \a dx - and \a dy pixels. The \a draw_area callback is then called for + The contents of the rectangular area is first shifted by \p dx + and \p dy pixels. The \p draw_area callback is then called for every newly exposed rectangular area. */ void fl_scroll(int X, int Y, int W, int H, int dx, int dy, -- cgit v1.2.3