X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..3201a1046ba71ba8e5ef2ed694fde34d12f743f3:/interface/richtext/richtextprint.h?ds=sidebyside diff --git a/interface/richtext/richtextprint.h b/interface/richtext/richtextprint.h index 68da983d78..2c70bdbf5d 100644 --- a/interface/richtext/richtextprint.h +++ b/interface/richtext/richtextprint.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: richtext/richtextprint.h -// Purpose: documentation for wxRichTextHeaderFooterData class +// Purpose: interface of wxRichTextHeaderFooterData // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -31,7 +31,7 @@ wxRichTextLayout constructor. @library{wxrichtext} - @category{FIXME} + @category{richtext} */ class wxRichTextHeaderFooterData : public wxObject { @@ -156,6 +156,7 @@ public: }; + /** @class wxRichTextPrintout @headerfile richtextprint.h wx/richtext/richtextprint.h @@ -165,7 +166,7 @@ public: should normally use the wxRichTextPrinting class. @library{wxrichtext} - @category{FIXME} + @category{richtext} */ class wxRichTextPrintout : public wxPrintout { @@ -234,6 +235,7 @@ public: }; + /** @class wxRichTextPrinting @headerfile richtextprint.h wx/richtext/richtextprint.h @@ -242,7 +244,7 @@ public: and previewing. It uses wxRichTextPrintout for layout and rendering. @library{wxrichtext} - @category{FIXME} + @category{richtext} */ class wxRichTextPrinting : public wxObject { @@ -392,3 +394,4 @@ public: */ void SetTitle(const wxString& title); }; +