summaryrefslogtreecommitdiff
path: root/src/fl_arc.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-06-23 20:50:22 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-06-23 20:50:22 +0000
commitb8e97d7c28ad6f168e9314dab3c7651365b1c71c (patch)
treeaa722d1eb241aef345b6009fac807f060f82f7c6 /src/fl_arc.cxx
parentb1598dc70362f331da7a65f1e5ddece7c88299f3 (diff)
Doxygen only: fixed all block comments starting with an asterisk to space-only, fixed doxygen keywords prepended with @ to use a backward slash instead. No code was changed.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12970 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_arc.cxx')
-rw-r--r--src/fl_arc.cxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/fl_arc.cxx b/src/fl_arc.cxx
index 82c40587c..f234711f3 100644
--- a/src/fl_arc.cxx
+++ b/src/fl_arc.cxx
@@ -35,19 +35,19 @@ static double _fl_hypot(double x, double y) {
}
/**
- * @cond DriverDev
- * @addtogroup DriverDeveloper
- * @{
+ \cond DriverDev
+ \addtogroup DriverDeveloper
+ \{
*/
/**
- * Draw an arc.
- *
- * The default implementation draws an arc using other calls into the graphics
- * driver. There is no need to override the method unless the target platform
- * supports drawing arcs directly.
- *
- * @see fl_arc(double x, double y, double r, double start, double end)
+ Draw an arc.
+
+ The default implementation draws an arc using other calls into the graphics
+ driver. There is no need to override the method unless the target platform
+ supports drawing arcs directly.
+
+ \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) {
@@ -87,8 +87,8 @@ void Fl_Graphics_Driver::arc(double x, double y, double r, double start, double
}
/**
- * @}
- * @endcond
+ \}
+ \endcond
*/
//