summaryrefslogtreecommitdiff
path: root/src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-12 07:07:21 +0000
committerManolo Gouy <Manolo>2016-04-12 07:07:21 +0000
commit3d4ce29bd914b345e8b8675f0ed526cc4d8f5033 (patch)
tree90d362a41921a03db07142ec10f041e3ded80e97 /src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx
parentb9b313538c278357171d547bdac751832916c029 (diff)
Add and correct a few Doxygen comments.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11586 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx')
-rw-r--r--src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx
index a1c1bb74e..fcac9cb6b 100644
--- a/src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx
+++ b/src/drivers/WinAPI/Fl_WinAPI_System_Driver.cxx
@@ -69,8 +69,8 @@ extern "C" {
int (*compar)(struct dirent **, struct dirent **));
}
-/**
- Creates a driver that manages all screen and display related calls.
+/*
+ Creates a driver that manages all system related calls.
This function must be implemented once for every platform.
*/