summaryrefslogtreecommitdiff
path: root/src/Fl_System_Driver.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_System_Driver.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_System_Driver.cxx')
-rw-r--r--src/Fl_System_Driver.cxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/Fl_System_Driver.cxx b/src/Fl_System_Driver.cxx
index cfeb20881..b3597f4d4 100644
--- a/src/Fl_System_Driver.cxx
+++ b/src/Fl_System_Driver.cxx
@@ -17,9 +17,9 @@
//
/**
- * @cond DriverDev
- * @defgroup DriverDeveloper Driver Developer Documentation
- * @{
+ \cond DriverDev
+ \defgroup DriverDeveloper Driver Developer Documentation
+ \{
*/
#include <FL/Fl_System_Driver.H>
@@ -153,15 +153,15 @@ void Fl_System_Driver::fatal(const char *format, va_list args) {
*/
/*
- * XParseGeometry parses strings of the form
- * "=<width>x<height>{+-}<xoffset>{+-}<yoffset>", where
- * width, height, xoffset, and yoffset are unsigned integers.
- * Example: "=80x24+300-49"
- * The equal sign is optional.
- * It returns a bitmask that indicates which of the four values
- * were actually found in the string. For each value found,
- * the corresponding argument is updated; for each value
- * not found, the corresponding argument is left unchanged.
+ XParseGeometry parses strings of the form
+ "=<width>x<height>{+-}<xoffset>{+-}<yoffset>", where
+ width, height, xoffset, and yoffset are unsigned integers.
+ Example: "=80x24+300-49"
+ The equal sign is optional.
+ It returns a bitmask that indicates which of the four values
+ were actually found in the string. For each value found,
+ the corresponding argument is updated; for each value
+ not found, the corresponding argument is left unchanged.
*/
static int ReadInteger(char* string, char** NextString)
@@ -495,8 +495,8 @@ void Fl_System_Driver::gettime(time_t *sec, int *usec) {
}
/**
- * @}
- * @endcond
+ \}
+ \endcond
*/
//