diff options
| author | Manolo Gouy <Manolo> | 2016-04-24 08:38:11 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-24 08:38:11 +0000 |
| commit | 98f071fa16064abc6785519b4ce8c3cb3f404812 (patch) | |
| tree | d428f7fdd6e153f04d06f0785bdc77e393a233e7 /src/fl_arc.cxx | |
| parent | 8dddcb2d1d78adc558bbb0e3cde04b71a6cbc4cd (diff) | |
Add Doxygen comments for members of the Fl_Graphics_Driver class.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11689 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_arc.cxx')
| -rw-r--r-- | src/fl_arc.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fl_arc.cxx b/src/fl_arc.cxx index f33d166e9..240e254de 100644 --- a/src/fl_arc.cxx +++ b/src/fl_arc.cxx @@ -34,6 +34,7 @@ static double _fl_hypot(double x, double y) { return sqrt(x*x + y*y); } +/** see fl_arc(double x, double y, double r, double start, double end) */ void Fl_Graphics_Driver::arc(double x, double y, double r, double start, double end) { // draw start point accurately: |
