Author: manolo
Date: 2010-07-01 08:35:28 -0700 (Thu, 01 Jul 2010)
New Revision: 7662
Log:
Added missing Doxygen doc

Modified:
   branches/branch-1.3/FL/Fl_Printer.H

Modified: branches/branch-1.3/FL/Fl_Printer.H
===================================================================
--- branches/branch-1.3/FL/Fl_Printer.H 2010-07-01 15:01:49 UTC (rev 7661)
+++ branches/branch-1.3/FL/Fl_Printer.H 2010-07-01 15:35:28 UTC (rev 7662)
@@ -199,6 +199,7 @@
 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 @@
   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.

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

Reply via email to