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_rect.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fl_rect.cxx') diff --git a/src/fl_rect.cxx b/src/fl_rect.cxx index ad7dd1cb7..ec0ed5832 100644 --- a/src/fl_rect.cxx +++ b/src/fl_rect.cxx @@ -619,11 +619,11 @@ int fl_not_clipped(int x, int y, int w, int h) { Returns non-zero if the resulting rectangle is different to the original. This can be used to limit the necessary drawing to a rectangle. - \a W and \a H are set to zero if the rectangle is completely outside + \p W and \p H are set to zero if the rectangle is completely outside the region. \param[in] x,y,w,h position and size of rectangle \param[out] X,Y,W,H position and size of resulting bounding box. - \a W and \a H are set to zero if the rectangle is + \p W and \p H are set to zero if the rectangle is completely outside the region. \returns Non-zero if the resulting rectangle is different to the original. */ -- cgit v1.2.3