]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/printdlg.h
remove daily build of docs
[wxWidgets.git] / interface / printdlg.h
index 90c9c83b2422b40ea812c7a60dcc9e8b9ccf08aa..df3df450c92646867e82cc23150417d35222fba2 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        printdlg.h
-// Purpose:     documentation for wxPrintDialog class
+// Purpose:     interface of wxPrintDialog
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -17,8 +17,7 @@
     @library{wxcore}
     @category{printing}
 
-    @seealso
-    @ref overview_printingoverview "Printing framework overview", @ref
+    @see @ref overview_printingoverview "Printing framework overview", @ref
     overview_wxprintdialogoverview "wxPrintDialog Overview"
 */
 class wxPrintDialog : public wxDialog
@@ -28,9 +27,9 @@ public:
         Constructor. Pass a parent window, and optionally a pointer to a block of print
         data, which will be copied to the print dialog's print data.
         
-        @sa wxPrintDialogData
+        @see wxPrintDialogData
     */
-    wxPrintDialog(wxWindow* parent, wxPrintDialogData* data = @NULL);
+    wxPrintDialog(wxWindow* parent, wxPrintDialogData* data = NULL);
 
     /**
         Destructor. If GetPrintDC() has @e not been called,
@@ -61,6 +60,7 @@ public:
 };
 
 
+
 /**
     @class wxPageSetupDialog
     @wxheader{printdlg.h}
@@ -90,9 +90,8 @@ public:
     @library{wxcore}
     @category{printing}
 
-    @seealso
-    @ref overview_printingoverview "Printing framework overview", wxPrintDialog,
-    wxPageSetupDialogData
+    @see @ref overview_printingoverview "Printing framework overview",
+    wxPrintDialog, wxPageSetupDialogData
 */
 class wxPageSetupDialog : public wxDialog
 {
@@ -103,7 +102,7 @@ public:
         data, which will be copied to the print dialog's internal data.
     */
     wxPageSetupDialog(wxWindow* parent,
-                      wxPageSetupDialogData* data = @NULL);
+                      wxPageSetupDialogData* data = NULL);
 
     /**
         Destructor.
@@ -122,3 +121,4 @@ public:
     */
     int ShowModal();
 };
+