diff options
| author | engelsman <engelsman> | 2008-10-15 21:38:38 +0000 |
|---|---|---|
| committer | engelsman <engelsman> | 2008-10-15 21:38:38 +0000 |
| commit | 065cfaadbe31f61dc5530b3dc4bf6ec6293cb1a8 (patch) | |
| tree | e051d8f23f47414ac16925f516c9af84856556ff /src/fl_vertex.cxx | |
| parent | 4f60171ba69ab0fba32a1ed1221b981f92d1c69a (diff) | |
minor doxygen updates for fl_draw.H, fl_color.cxx and fl_vertex.cxx
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6442 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_vertex.cxx')
| -rw-r--r-- | src/fl_vertex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_vertex.cxx b/src/fl_vertex.cxx index d563166e7..1a47a1c58 100644 --- a/src/fl_vertex.cxx +++ b/src/fl_vertex.cxx @@ -382,7 +382,7 @@ void fl_end_complex_polygon() { // See fl_arc.c for portable version. /** - fl_circle() is equivalent to fl_arc(...,0,360) but may be faster. + fl_circle() is equivalent to fl_arc(x,y,r,0,360) but may be faster. It must be the \e only thing in the path: if you want a circle as part of a complex polygon you must use fl_arc() \param[in] x,y,r center and radius of circle |
