]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/htmprint.h
Removing more CodeWarrior project files.
[wxWidgets.git] / interface / wx / html / htmprint.h
index 268189df7ed3716cadb0fc23d8283cd0e31d0edc..c0a31b6898231036572b7b09b76069e1cea15294 100644 (file)
@@ -48,15 +48,17 @@ public:
             y-coordinate of the last visible cell.
 
         Returned value is y coordinate of first cell than didn't fit onto page.
-        Use this value as from in next call to Render() in order to print multipages document.
+        Use this value as from in next call to Render() in order to print
+        multipages document.
 
-        @warning
-        The Following three methods @b must always be called before any call to
-        Render() (preferably in this order):
+        @note
+        The following three methods @b must always be called before any call to
+        Render(), in this order:
         - SetDC()
         - SetSize()
         - SetHtmlText()
-        <b>Render() changes the DC's user scale and does NOT restore it.</b>
+
+        @note Render() changes the DC's user scale and does NOT restore it.
     */
     int Render(int x, int y, wxArrayInt& known_pagebreaks, int from = 0,
                int dont_render = false, int to = INT_MAX);