Author: manolo
Date: 2011-02-02 09:53:14 -0800 (Wed, 02 Feb 2011)
New Revision: 8361
Log:
Removed iff's from Doxygen comments.

Modified:
   branches/branch-1.3/src/Fl_Paged_Device.cxx
   branches/branch-1.3/src/Fl_PostScript.cxx

Modified: branches/branch-1.3/src/Fl_Paged_Device.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Paged_Device.cxx 2011-02-02 12:42:47 UTC (rev 
8360)
+++ branches/branch-1.3/src/Fl_Paged_Device.cxx 2011-02-02 17:53:14 UTC (rev 
8361)
@@ -150,7 +150,7 @@
  @param[in] pagecount the total number of pages of the job
  @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 iff OK
+ @return 0 if OK, non-zero if any error
  */
 int Fl_Paged_Device::start_job(int pagecount, int *frompage, int *topage) 
{return 1;}
 
@@ -159,7 +159,7 @@
  *
  The page coordinates are initially in points, i.e., 1/72 inch, 
  and with origin at the top left of the printable page area.
- @return 0 iff OK
+ @return 0 if OK, non-zero if any error
  */
 int Fl_Paged_Device::start_page (void) {return 1;}
 
@@ -169,7 +169,7 @@
  Values are in the same unit as that used by FLTK drawing functions,
  are unchanged by calls to origin(), but are changed by scale() calls.
  Values account for the user-selected paper type and print orientation.
- @return 0 iff OK.
+ @return 0 if OK, non-zero if any error
  */
 int Fl_Paged_Device::printable_rect(int *w, int *h) {return 1;}
 
@@ -222,7 +222,7 @@
 /**
  @brief To be called at the end of each page.
  *
- @return 0 iff OK.
+ @return 0 if OK, non-zero if any error.
  */
 int Fl_Paged_Device::end_page (void) {return 1;}
 

Modified: branches/branch-1.3/src/Fl_PostScript.cxx
===================================================================
--- branches/branch-1.3/src/Fl_PostScript.cxx   2011-02-02 12:42:47 UTC (rev 
8360)
+++ branches/branch-1.3/src/Fl_PostScript.cxx   2011-02-02 17:53:14 UTC (rev 
8361)
@@ -85,7 +85,7 @@
  @param pagecount The total number of pages to be created.
  @param format Desired page format.
  @param layout Desired page layout.
- @return 0 iff OK, 1 if user cancelled the file dialog, 2 if fopen failed on 
user-selected output file.
+ @return 0 if OK, 1 if user cancelled the file dialog, 2 if fopen failed on 
user-selected output file.
  */
 int Fl_PostScript_File_Device::start_job (int pagecount, enum 
Fl_Paged_Device::Page_Format format, 
                                          enum Fl_Paged_Device::Page_Layout 
layout)

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to