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/richtextbuffer.h // Name: richtext/richtextbuffer.h
// Purpose: documentation for wxRichTextBuffer class // Purpose: interface of wxRichTextBuffer
// Author: wxWidgets team // Author: wxWidgets team
// RCS-ID: $Id$ // RCS-ID: $Id$
// Licence: wxWindows license // Licence: wxWindows license
@@ -13,7 +13,7 @@
This class represents the whole buffer associated with a wxRichTextCtrl. This class represents the whole buffer associated with a wxRichTextCtrl.
@library{wxrichtext} @library{wxrichtext}
@category{FIXME} @category{richtext}
@seealso @seealso
wxTextAttr, wxRichTextCtrl wxTextAttr, wxRichTextCtrl
@@ -779,7 +779,7 @@ public:
associated with a wxRichTextBuffer. associated with a wxRichTextBuffer.
@library{wxrichtext} @library{wxrichtext}
@category{FIXME} @category{richtext}
*/ */
class wxRichTextFileHandler : public wxObject class wxRichTextFileHandler : public wxObject
{ {
@@ -918,7 +918,7 @@ public:
This class stores beginning and end positions for a range of data. This class stores beginning and end positions for a range of data.
@library{wxrichtext} @library{wxrichtext}
@category{FIXME} @category{richtext}
*/ */
class wxRichTextRange class wxRichTextRange
{ {

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextctrl.h // Name: richtext/richtextctrl.h
// Purpose: documentation for wxRichTextEvent class // Purpose: interface of wxRichTextEvent
// Author: wxWidgets team // Author: wxWidgets team
// RCS-ID: $Id$ // RCS-ID: $Id$
// Licence: wxWindows license // Licence: wxWindows license
@@ -13,7 +13,7 @@
This is the event class for wxRichTextCtrl notifications. This is the event class for wxRichTextCtrl notifications.
@library{wxrichtext} @library{wxrichtext}
@category{events} @category{richtext}
*/ */
class wxRichTextEvent : public wxNotifyEvent class wxRichTextEvent : public wxNotifyEvent
{ {
@@ -118,8 +118,7 @@ public:
"wxRichTextCtrl overview". "wxRichTextCtrl overview".
@library{wxrichtext} @library{wxrichtext}
@category{ctrl} @category{richtext}
@appearance{richtextctrl.png}
*/ */
class wxRichTextCtrl class wxRichTextCtrl
{ {

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextformatdlg.h // Name: richtext/richtextformatdlg.h
// Purpose: documentation for wxRichTextFormattingDialogFactory class // Purpose: interface of wxRichTextFormattingDialogFactory
// Author: wxWidgets team // Author: wxWidgets team
// RCS-ID: $Id$ // RCS-ID: $Id$
// Licence: wxWindows license // Licence: wxWindows license
@@ -111,7 +111,7 @@ public:
@endcode @endcode
@library{wxrichtext} @library{wxrichtext}
@category{cmndlg} @category{richtext}
*/ */
class wxRichTextFormattingDialog : public wxPropertySheetDialog class wxRichTextFormattingDialog : public wxPropertySheetDialog
{ {

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtexthtml.h // Name: richtext/richtexthtml.h
// Purpose: documentation for wxRichTextHTMLHandler class // Purpose: interface of wxRichTextHTMLHandler
// Author: wxWidgets team // Author: wxWidgets team
// RCS-ID: $Id$ // RCS-ID: $Id$
// Licence: wxWindows license // Licence: wxWindows license
@@ -33,7 +33,7 @@
get the array of temporary image names. get the array of temporary image names.
@library{wxrichtext} @library{wxrichtext}
@category{FIXME} @category{richtext}
*/ */
class wxRichTextHTMLHandler : public wxRichTextFileHandler class wxRichTextHTMLHandler : public wxRichTextFileHandler
{ {

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextprint.h // Name: richtext/richtextprint.h
// Purpose: documentation for wxRichTextHeaderFooterData class // Purpose: interface of wxRichTextHeaderFooterData
// Author: wxWidgets team // Author: wxWidgets team
// RCS-ID: $Id$ // RCS-ID: $Id$
// Licence: wxWindows license // Licence: wxWindows license
@@ -31,7 +31,7 @@
wxRichTextLayout constructor. wxRichTextLayout constructor.
@library{wxrichtext} @library{wxrichtext}
@category{FIXME} @category{richtext}
*/ */
class wxRichTextHeaderFooterData : public wxObject class wxRichTextHeaderFooterData : public wxObject
{ {
@@ -165,7 +165,7 @@ public:
should normally use the wxRichTextPrinting class. should normally use the wxRichTextPrinting class.
@library{wxrichtext} @library{wxrichtext}
@category{FIXME} @category{richtext}
*/ */
class wxRichTextPrintout : public wxPrintout class wxRichTextPrintout : public wxPrintout
{ {
@@ -242,7 +242,7 @@ public:
and previewing. It uses wxRichTextPrintout for layout and rendering. and previewing. It uses wxRichTextPrintout for layout and rendering.
@library{wxrichtext} @library{wxrichtext}
@category{FIXME} @category{richtext}
*/ */
class wxRichTextPrinting : public wxObject class wxRichTextPrinting : public wxObject
{ {

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextstyledlg.h // Name: richtext/richtextstyledlg.h
// Purpose: documentation for wxRichTextStyleOrganiserDialog class // Purpose: interface of wxRichTextStyleOrganiserDialog
// Author: wxWidgets team // Author: wxWidgets team
// RCS-ID: $Id$ // RCS-ID: $Id$
// Licence: wxWindows license // Licence: wxWindows license
@@ -17,7 +17,7 @@
present styles. present styles.
@library{wxrichtext} @library{wxrichtext}
@category{FIXME} @category{richtext}
*/ */
class wxRichTextStyleOrganiserDialog : public wxDialog class wxRichTextStyleOrganiserDialog : public wxDialog
{ {

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextstyles.h // Name: richtext/richtextstyles.h
// Purpose: documentation for wxRichTextStyleListCtrl class // Purpose: interface of wxRichTextStyleListCtrl
// Author: wxWidgets team // Author: wxWidgets team
// RCS-ID: $Id$ // RCS-ID: $Id$
// Licence: wxWindows license // Licence: wxWindows license
@@ -186,7 +186,7 @@ public:
wxRichTextStyleSheet. wxRichTextStyleSheet.
@library{wxrichtext} @library{wxrichtext}
@category{FIXME} @category{richtext}
*/ */
class wxRichTextParagraphStyleDefinition : public wxRichTextStyleDefinition class wxRichTextParagraphStyleDefinition : public wxRichTextStyleDefinition
{ {
@@ -223,7 +223,7 @@ public:
See @c samples/richtext for an example of how to use it. See @c samples/richtext for an example of how to use it.
@library{wxrichtext} @library{wxrichtext}
@category{FIXME} @category{richtext}
@seealso @seealso
wxRichTextStyleComboCtrl, @ref overview_wxrichtextctrloverview "wxRichTextCtrl wxRichTextStyleComboCtrl, @ref overview_wxrichtextctrloverview "wxRichTextCtrl
@@ -346,7 +346,7 @@ public:
See @c samples/richtext for an example of how to use it. See @c samples/richtext for an example of how to use it.
@library{wxrichtext} @library{wxrichtext}
@category{FIXME} @category{richtext}
@seealso @seealso
wxRichTextStyleListBox, @ref overview_wxrichtextctrloverview "wxRichTextCtrl wxRichTextStyleListBox, @ref overview_wxrichtextctrloverview "wxRichTextCtrl
@@ -404,7 +404,7 @@ public:
wxRichTextStyleSheet. wxRichTextStyleSheet.
@library{wxrichtext} @library{wxrichtext}
@category{FIXME} @category{richtext}
*/ */
class wxRichTextCharacterStyleDefinition : public wxRichTextStyleDefinition class wxRichTextCharacterStyleDefinition : public wxRichTextStyleDefinition
{ {
@@ -443,7 +443,7 @@ public:
so that you can apply them directly to a buffer without requiring a control. so that you can apply them directly to a buffer without requiring a control.
@library{wxrichtext} @library{wxrichtext}
@category{FIXME} @category{richtext}
*/ */
class wxRichTextListStyleDefinition : public wxRichTextParagraphStyleDefinition class wxRichTextListStyleDefinition : public wxRichTextParagraphStyleDefinition
{ {
@@ -535,7 +535,7 @@ public:
of styles to the control. of styles to the control.
@library{wxrichtext} @library{wxrichtext}
@category{FIXME} @category{richtext}
*/ */
class wxRichTextStyleSheet : public wxObject class wxRichTextStyleSheet : public wxObject
{ {

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextsymboldlg.h // Name: richtext/richtextsymboldlg.h
// Purpose: documentation for wxSymbolPickerDialog class // Purpose: interface of wxSymbolPickerDialog
// Author: wxWidgets team // Author: wxWidgets team
// RCS-ID: $Id$ // RCS-ID: $Id$
// Licence: wxWindows license // Licence: wxWindows license

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: richtext/richtextxml.h // Name: richtext/richtextxml.h
// Purpose: documentation for wxRichTextXMLHandler class // Purpose: interface of wxRichTextXMLHandler
// Author: wxWidgets team // Author: wxWidgets team
// RCS-ID: $Id$ // RCS-ID: $Id$
// Licence: wxWindows license // Licence: wxWindows license
@@ -17,7 +17,7 @@
functions directly. functions directly.
@library{wxrichtext} @library{wxrichtext}
@category{FIXME} @category{richtext}
*/ */
class wxRichTextXMLHandler : public wxRichTextFileHandler class wxRichTextXMLHandler : public wxRichTextFileHandler
{ {