summaryrefslogtreecommitdiff
path: root/src/filename_absolute.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/filename_absolute.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/filename_absolute.cxx')
-rw-r--r--src/filename_absolute.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/filename_absolute.cxx b/src/filename_absolute.cxx
index a21e0ff1e..e7acddeba 100644
--- a/src/filename_absolute.cxx
+++ b/src/filename_absolute.cxx
@@ -50,9 +50,9 @@ int fl_filename_absolute(char *to, int tolen, const char *from) {
/**
- * @cond DriverDev
- * @addtogroup DriverDeveloper
- * @{
+ \cond DriverDev
+ \addtogroup DriverDeveloper
+ \{
*/
int Fl_System_Driver::filename_absolute(char *to, int tolen, const char *from) {
@@ -95,8 +95,8 @@ int Fl_System_Driver::filename_absolute(char *to, int tolen, const char *from) {
}
/**
- * @}
- * @endcond
+ \}
+ \endcond
*/
@@ -150,9 +150,9 @@ fl_filename_relative(char *to, // O - Relative filename
/**
- * @cond DriverDev
- * @addtogroup DriverDeveloper
- * @{
+ \cond DriverDev
+ \addtogroup DriverDeveloper
+ \{
*/
int // O - 0 if no change, 1 if changed
@@ -227,8 +227,8 @@ Fl_System_Driver::filename_relative(char *to, // O - Relative filename
}
/**
- * @}
- * @endcond
+ \}
+ \endcond
*/
//