diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-06-23 20:50:22 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-06-23 20:50:22 +0000 |
| commit | b8e97d7c28ad6f168e9314dab3c7651365b1c71c (patch) | |
| tree | aa722d1eb241aef345b6009fac807f060f82f7c6 /src/drivers/PostScript/Fl_PostScript.cxx | |
| parent | b1598dc70362f331da7a65f1e5ddece7c88299f3 (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/drivers/PostScript/Fl_PostScript.cxx')
| -rw-r--r-- | src/drivers/PostScript/Fl_PostScript.cxx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/drivers/PostScript/Fl_PostScript.cxx b/src/drivers/PostScript/Fl_PostScript.cxx index c0c283422..ac74b4f63 100644 --- a/src/drivers/PostScript/Fl_PostScript.cxx +++ b/src/drivers/PostScript/Fl_PostScript.cxx @@ -30,13 +30,13 @@ const char *Fl_PostScript_File_Device::file_chooser_title = "Select a .ps file"; /** - * @cond DriverDev - * @addtogroup DriverDeveloper - * @{ + \cond DriverDev + \addtogroup DriverDeveloper + \{ */ /** - @brief The constructor. + \brief The constructor. */ Fl_PostScript_Graphics_Driver::Fl_PostScript_Graphics_Driver(void) { @@ -55,8 +55,8 @@ Fl_PostScript_Graphics_Driver::~Fl_PostScript_Graphics_Driver() { } /** - * @} - * @endcond + \} + \endcond */ @@ -120,9 +120,9 @@ Fl_PostScript_File_Device::~Fl_PostScript_File_Device() { } /** - * @cond DriverDev - * @addtogroup DriverDeveloper - * @{ + \cond DriverDev + \addtogroup DriverDeveloper + \{ */ int Fl_PostScript_Graphics_Driver::clocale_printf(const char *format, ...) @@ -1494,8 +1494,8 @@ void Fl_PostScript_File_Device::end_job (void) } /** - * @} - * @endcond + \} + \endcond */ #endif // !defined(FL_NO_PRINT_SUPPORT) |
