summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-07-01 15:35:28 +0000
committerManolo Gouy <Manolo>2010-07-01 15:35:28 +0000
commitdd823b703c2f1a57245f886d0a2bfb3caecc0f95 (patch)
tree6058d12fcf053052fdfcb04604579938f9590744 /FL
parent8e16e6d436b3653fefa3b28d21cd64a541e7a7ef (diff)
Added missing Doxygen doc
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7662 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Printer.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Printer.H b/FL/Fl_Printer.H
index 725155ed5..dfccf1fa1 100644
--- a/FL/Fl_Printer.H
+++ b/FL/Fl_Printer.H
@@ -199,6 +199,7 @@ typedef Fl_PostScript_Printer Fl_Printer;
class Fl_Printer : public Fl_System_Printer, Fl_PostScript_Printer {
public:
static const char *device_type;
+ /** @brief The constructor */
Fl_Printer(void);
int start_job(int pagecount, int *frompage = NULL, int *topage = NULL);
int start_page(void);
@@ -211,6 +212,7 @@ public:
void untranslate(void);
int end_page (void);
void end_job (void);
+ /** @brief The destructor */
~Fl_Printer(void);
/** \name These attributes are effective under the Xlib platform only.