summaryrefslogtreecommitdiff
path: root/FL/Fl_Screen_Driver.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Screen_Driver.H')
-rw-r--r--FL/Fl_Screen_Driver.H20
1 files changed, 10 insertions, 10 deletions
diff --git a/FL/Fl_Screen_Driver.H b/FL/Fl_Screen_Driver.H
index 3a75d2c0c..ab78a4745 100644
--- a/FL/Fl_Screen_Driver.H
+++ b/FL/Fl_Screen_Driver.H
@@ -17,9 +17,9 @@
//
/**
- * @cond DriverDev
- * @addtogroup DriverDeveloper
- * @{
+ \cond DriverDev
+ \addtogroup DriverDeveloper
+ \{
*/
#ifndef FL_SCREEN_DRIVER_H
@@ -47,11 +47,11 @@ class Fl_Group;
class Fl_Input;
/**
- * A base class describing the interface between FLTK and screen-related operations.
- *
- * This class is only for internal use by the FLTK library.
- *
- * Each supported platform implements several of the virtual methods of this class.
+ A base class describing the interface between FLTK and screen-related operations.
+
+ This class is only for internal use by the FLTK library.
+
+ Each supported platform implements several of the virtual methods of this class.
*/
class FL_EXPORT Fl_Screen_Driver {
@@ -194,8 +194,8 @@ public:
#endif // !FL_SCREEN_DRIVER_H
/**
- * @}
- * @endcond
+ \}
+ \endcond
*/
//