]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/htmprint.h
When registering editor, try wxRTTI class name in additon to result of wxPGEditor...
[wxWidgets.git] / interface / wx / html / htmprint.h
index 7e5cb99a0664a170573c07789e456b41eb6aa972..ca104ba51d350ac9294042dfe3c4083110795d62 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxHtmlDCRenderer
 
 /**
     @class wxHtmlDCRenderer
-    @headerfile htmprint.h wx/html/htmprint.h
 
     This class can render HTML document into a specified area of a DC. You can use
     it
 
     This class can render HTML document into a specified area of a DC. You can use
     it
@@ -96,7 +95,6 @@ public:
 
 /**
     @class wxHtmlEasyPrinting
 
 /**
     @class wxHtmlEasyPrinting
-    @headerfile htmprint.h wx/html/htmprint.h
 
     This class provides very simple interface to printing
     architecture. It allows you to print HTML documents using
 
     This class provides very simple interface to printing
     architecture. It allows you to print HTML documents using
@@ -198,11 +196,11 @@ public:
 
     /**
         Set page footer. The following macros can be used inside it:
 
     /**
         Set page footer. The following macros can be used inside it:
-         @DATE@ is replaced by the current date in default format
-         @PAGENUM@ is replaced by page number
-         @PAGESCNT@ is replaced by total number of pages
-         @TIME@ is replaced by the current time in default format
-         @TITLE@ is replaced with the title of the document
+         @@DATE@ is replaced by the current date in default format
+         @@PAGENUM@ is replaced by page number
+         @@PAGESCNT@ is replaced by total number of pages
+         @@TIME@ is replaced by the current time in default format
+         @@TITLE@ is replaced with the title of the document
         
         @param footer
             HTML text to be used as footer.
         
         @param footer
             HTML text to be used as footer.
@@ -213,11 +211,11 @@ public:
 
     /**
         Set page header. The following macros can be used inside it:
 
     /**
         Set page header. The following macros can be used inside it:
-         @DATE@ is replaced by the current date in default format
-         @PAGENUM@ is replaced by page number
-         @PAGESCNT@ is replaced by total number of pages
-         @TIME@ is replaced by the current time in default format
-         @TITLE@ is replaced with the title of the document
+         @@DATE@ is replaced by the current date in default format
+         @@PAGENUM@ is replaced by page number
+         @@PAGESCNT@ is replaced by total number of pages
+         @@TIME@ is replaced by the current time in default format
+         @@TITLE@ is replaced with the title of the document
         
         @param header
             HTML text to be used as header.
         
         @param header
             HTML text to be used as header.
@@ -236,7 +234,6 @@ public:
 
 /**
     @class wxHtmlPrintout
 
 /**
     @class wxHtmlPrintout
-    @headerfile htmprint.h wx/html/htmprint.h
 
     This class serves as printout class for HTML documents.
 
 
     This class serves as printout class for HTML documents.
 
@@ -268,11 +265,11 @@ public:
 
     /**
         Set page footer. The following macros can be used inside it:
 
     /**
         Set page footer. The following macros can be used inside it:
-         @DATE@ is replaced by the current date in default format
-         @PAGENUM@ is replaced by page number
-         @PAGESCNT@ is replaced by total number of pages
-         @TIME@ is replaced by the current time in default format
-         @TITLE@ is replaced with the title of the document
+         @@DATE@ is replaced by the current date in default format
+         @@PAGENUM@ is replaced by page number
+         @@PAGESCNT@ is replaced by total number of pages
+         @@TIME@ is replaced by the current time in default format
+         @@TITLE@ is replaced with the title of the document
         
         @param footer
             HTML text to be used as footer.
         
         @param footer
             HTML text to be used as footer.
@@ -283,11 +280,11 @@ public:
 
     /**
         Set page header. The following macros can be used inside it:
 
     /**
         Set page header. The following macros can be used inside it:
-         @DATE@ is replaced by the current date in default format
-         @PAGENUM@ is replaced by page number
-         @PAGESCNT@ is replaced by total number of pages
-         @TIME@ is replaced by the current time in default format
-         @TITLE@ is replaced with the title of the document
+         @@DATE@ is replaced by the current date in default format
+         @@PAGENUM@ is replaced by page number
+         @@PAGESCNT@ is replaced by total number of pages
+         @@TIME@ is replaced by the current time in default format
+         @@TITLE@ is replaced with the title of the document
         
         @param header
             HTML text to be used as header.
         
         @param header
             HTML text to be used as header.