]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/hteasypr.tex
Added newline for PDF RTF
[wxWidgets.git] / docs / latex / wx / hteasypr.tex
index ea10029f55136e1360dd30d04f8c7a9992eb9e07..1bf7789506811228bd8d27d4495717631c8a68b4 100644 (file)
@@ -110,13 +110,12 @@ detailed description.
 
 \func{void}{SetHeader}{\param{const wxString\& }{header}, \param{int }{pg = wxPAGE\_ALL}}
 
-Set page header.
+Set page header. The following macros can be used inside it:
+\input htprintmacros.inc
 
 \wxheading{Parameters}
 
-\docparam{header}{HTML text to be used as header. You can use macros in it:
-\input htprintmacros.inc
-}
+\docparam{header}{HTML text to be used as header.}
 
 \docparam{pg}{one of wxPAGE\_ODD, wxPAGE\_EVEN and wxPAGE\_ALL constants.}
 
@@ -124,13 +123,12 @@ Set page header.
 
 \func{void}{SetFooter}{\param{const wxString\& }{footer}, \param{int }{pg = wxPAGE\_ALL}}
 
-Set page footer.
+Set page footer. The following macros can be used inside it:
+\input htprintmacros.inc
 
 \wxheading{Parameters}
 
-\docparam{footer}{HTML text to be used as footer. You can use macros in it:
-\input htprintmacros.inc
-}
+\docparam{footer}{HTML text to be used as footer.}
 
 \docparam{pg}{one of wxPAGE\_ODD, wxPAGE\_EVEN and wxPAGE\_ALL constants.}