escape '@' symbols in the docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -196,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
|
@@DATE@ is replaced by the current date in default format
|
||||||
@PAGENUM@ is replaced by page number
|
@@PAGENUM@ is replaced by page number
|
||||||
@PAGESCNT@ is replaced by total number of pages
|
@@PAGESCNT@ is replaced by total number of pages
|
||||||
@TIME@ is replaced by the current time in default format
|
@@TIME@ is replaced by the current time in default format
|
||||||
@TITLE@ is replaced with the title of the document
|
@@TITLE@ is replaced with the title of the document
|
||||||
|
|
||||||
@param footer
|
@param footer
|
||||||
HTML text to be used as footer.
|
HTML text to be used as footer.
|
||||||
@@ -211,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
|
@@DATE@ is replaced by the current date in default format
|
||||||
@PAGENUM@ is replaced by page number
|
@@PAGENUM@ is replaced by page number
|
||||||
@PAGESCNT@ is replaced by total number of pages
|
@@PAGESCNT@ is replaced by total number of pages
|
||||||
@TIME@ is replaced by the current time in default format
|
@@TIME@ is replaced by the current time in default format
|
||||||
@TITLE@ is replaced with the title of the document
|
@@TITLE@ is replaced with the title of the document
|
||||||
|
|
||||||
@param header
|
@param header
|
||||||
HTML text to be used as header.
|
HTML text to be used as header.
|
||||||
@@ -265,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
|
@@DATE@ is replaced by the current date in default format
|
||||||
@PAGENUM@ is replaced by page number
|
@@PAGENUM@ is replaced by page number
|
||||||
@PAGESCNT@ is replaced by total number of pages
|
@@PAGESCNT@ is replaced by total number of pages
|
||||||
@TIME@ is replaced by the current time in default format
|
@@TIME@ is replaced by the current time in default format
|
||||||
@TITLE@ is replaced with the title of the document
|
@@TITLE@ is replaced with the title of the document
|
||||||
|
|
||||||
@param footer
|
@param footer
|
||||||
HTML text to be used as footer.
|
HTML text to be used as footer.
|
||||||
@@ -280,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
|
@@DATE@ is replaced by the current date in default format
|
||||||
@PAGENUM@ is replaced by page number
|
@@PAGENUM@ is replaced by page number
|
||||||
@PAGESCNT@ is replaced by total number of pages
|
@@PAGESCNT@ is replaced by total number of pages
|
||||||
@TIME@ is replaced by the current time in default format
|
@@TIME@ is replaced by the current time in default format
|
||||||
@TITLE@ is replaced with the title of the document
|
@@TITLE@ is replaced with the title of the document
|
||||||
|
|
||||||
@param header
|
@param header
|
||||||
HTML text to be used as header.
|
HTML text to be used as header.
|
||||||
|
@@ -22,11 +22,11 @@
|
|||||||
which will
|
which will
|
||||||
be substituted for the actual values during printing and preview.
|
be substituted for the actual values during printing and preview.
|
||||||
|
|
||||||
@DATE@: the current date.
|
@@DATE@: the current date.
|
||||||
@PAGESCNT@: the total number of pages.
|
@@PAGESCNT@: the total number of pages.
|
||||||
@PAGENUM@: the current page number.
|
@@PAGENUM@: the current page number.
|
||||||
@TIME@: the current time.
|
@@TIME@: the current time.
|
||||||
@TITLE@: the title of the document, as passed to the wxRichTextPrinting or
|
@@TITLE@: the title of the document, as passed to the wxRichTextPrinting or
|
||||||
wxRichTextLayout constructor.
|
wxRichTextLayout constructor.
|
||||||
|
|
||||||
@library{wxrichtext}
|
@library{wxrichtext}
|
||||||
|
Reference in New Issue
Block a user