diff options
| author | Manolo Gouy <Manolo> | 2011-02-02 17:53:14 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-02-02 17:53:14 +0000 |
| commit | 40624df4a9ad48a5d60cb56b6b9428329bb37c17 (patch) | |
| tree | 78501dd65c9d5fbb4cd31241820db8871afc8380 /src/Fl_PostScript.cxx | |
| parent | 18156dfb30a291ca99422bd1bbebcb390bf9d570 (diff) | |
Removed iff's from Doxygen comments.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8361 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_PostScript.cxx')
| -rw-r--r-- | src/Fl_PostScript.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_PostScript.cxx b/src/Fl_PostScript.cxx index bca764493..f1e9a8177 100644 --- a/src/Fl_PostScript.cxx +++ b/src/Fl_PostScript.cxx @@ -85,7 +85,7 @@ Fl_PostScript_Graphics_Driver *Fl_PostScript_File_Device::driver() @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) |
