diff options
| author | Fabien Costantini <fabien@onepost.net> | 2009-03-24 01:40:44 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2009-03-24 01:40:44 +0000 |
| commit | 15489bda1b2c9a4db82965a85634674d5d7f2dbe (patch) | |
| tree | 0bd04bb1d127ad7aca0d09141993c32a20c2eb10 /src/fl_arc.cxx | |
| parent | 2fb4b11e9140cbf7bc19c566c71cdb935296b4e3 (diff) | |
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
Diffstat (limited to 'src/fl_arc.cxx')
| -rw-r--r-- | src/fl_arc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_arc.cxx b/src/fl_arc.cxx index 477320687..e82b72594 100644 --- a/src/fl_arc.cxx +++ b/src/fl_arc.cxx @@ -48,7 +48,7 @@ static double _fl_hypot(double x, double y) { can get elliptical paths by using scale and rotate before calling fl_arc(). \param[in] x,y,r center and radius of circular arc \param[in] start,end angles of start and end of arc measured in degrees - counter-clockwise from 3 o'clock. If \a end is less than \a start + counter-clockwise from 3 o'clock. If \p end is less than \p start then it draws the arc in a clockwise direction. */ void fl_arc(double x, double y, double r, double start, double end) { |
