From b8e97d7c28ad6f168e9314dab3c7651365b1c71c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 23 Jun 2018 20:50:22 +0000 Subject: 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 --- src/filename_isdir.cxx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/filename_isdir.cxx') diff --git a/src/filename_isdir.cxx b/src/filename_isdir.cxx index 0b5caa4e1..0d0751029 100644 --- a/src/filename_isdir.cxx +++ b/src/filename_isdir.cxx @@ -40,17 +40,17 @@ int fl_filename_isdir(const char* n) { /** - * @cond DriverDev - * @addtogroup DriverDeveloper - * @{ + \cond DriverDev + \addtogroup DriverDeveloper + \{ */ /** - * filename_isdir_quick() is a private function that checks for a - * trailing slash and assumes that the passed name is a directory if - * it finds one. This function is used by Fl_File_Browser and - * Fl_File_Chooser to avoid extra stat() calls, but is not supported - * outside of FLTK... + filename_isdir_quick() is a private function that checks for a + trailing slash and assumes that the passed name is a directory if + it finds one. This function is used by Fl_File_Browser and + Fl_File_Chooser to avoid extra stat() calls, but is not supported + outside of FLTK... */ int Fl_System_Driver::filename_isdir_quick(const char* n) { // Do a quick optimization for filenames with a trailing slash... @@ -77,8 +77,8 @@ int Fl_System_Driver::filename_isdir(const char* n) { } /** - * @} - * @endcond + \} + \endcond */ // -- cgit v1.2.3