Added missing Doxygen doc

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7662 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2010-07-01 15:35:28 +00:00
parent 8e16e6d436
commit dd823b703c
+2
View File
@@ -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.