attempt to correct bogus tex2rtf warning about unmatched brackets in htprintmacros.inc

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-10-10 13:49:17 +00:00
parent 24ff756145
commit 309b26a7ec
2 changed files with 12 additions and 16 deletions

View 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.}

View File

@@ -45,13 +45,12 @@ detailed description.
\func{void}{SetFooter}{\param{const wxString\& }{footer}, \param{int }{pg = wxPAGE\_ALL}}
Sets 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.}
@@ -60,13 +59,12 @@ Sets page footer.
\func{void}{SetHeader}{\param{const wxString\& }{header}, \param{int }{pg = wxPAGE\_ALL}}
Sets 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.}