summaryrefslogtreecommitdiff
path: root/src/Fl_Printer.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_Printer.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_Printer.cxx')
-rw-r--r--src/Fl_Printer.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Fl_Printer.cxx b/src/Fl_Printer.cxx
index bf5ee9082..d787e0365 100644
--- a/src/Fl_Printer.cxx
+++ b/src/Fl_Printer.cxx
@@ -139,10 +139,10 @@ Fl_Printer::Fl_Printer(void) {
printed. This range is returned to the caller that is in charge of sending only these pages
for printing.
- @param[in] pagecount the total number of pages of the job (or 0 if you don't know the number of pages)
- @param[out] frompage if non-null, *frompage is set to the first page the user wants printed
- @param[out] topage if non-null, *topage is set to the last page the user wants printed
- @return 0 if OK, non-zero if any error occurred or if the user cancelled the print request.
+ \param[in] pagecount the total number of pages of the job (or 0 if you don't know the number of pages)
+ \param[out] frompage if non-null, *frompage is set to the first page the user wants printed
+ \param[out] topage if non-null, *topage is set to the last page the user wants printed
+ \return 0 if OK, non-zero if any error occurred or if the user cancelled the print request.
*/
int Fl_Printer::begin_job(int pagecount, int *frompage, int *topage)
{