fixed category

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-09 17:09:29 +00:00
parent 328f5751e8
commit 21b447dc67
9 changed files with 27 additions and 28 deletions

View File

@@ -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
{
@@ -165,7 +165,7 @@ public:
should normally use the wxRichTextPrinting class.
@library{wxrichtext}
@category{FIXME}
@category{richtext}
*/
class wxRichTextPrintout : public wxPrintout
{
@@ -242,7 +242,7 @@ public:
and previewing. It uses wxRichTextPrintout for layout and rendering.
@library{wxrichtext}
@category{FIXME}
@category{richtext}
*/
class wxRichTextPrinting : public wxObject
{