remove @ingroup; use @category instead

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-14 14:42:46 +00:00
parent fe5451982e
commit c0cc7004a6
14 changed files with 2 additions and 20 deletions

View File

@@ -147,7 +147,6 @@ public:
/** /**
@class wxBitmap @class wxBitmap
@ingroup group_class_gdi
@wxheader{bitmap.h} @wxheader{bitmap.h}
This class encapsulates the concept of a platform-dependent bitmap, This class encapsulates the concept of a platform-dependent bitmap,
@@ -725,7 +724,6 @@ wxBitmap wxNullBitmap;
/** /**
@class wxMask @class wxMask
@ingroup group_class_gdi
@wxheader{bitmap.h} @wxheader{bitmap.h}
This class encapsulates a monochrome mask bitmap, where the masked area is This class encapsulates a monochrome mask bitmap, where the masked area is

View File

@@ -8,7 +8,6 @@
/** /**
@class wxBrush @class wxBrush
@ingroup group_class_gdi
@wxheader{brush.h} @wxheader{brush.h}
A brush is a drawing tool for filling in areas. It is used for painting A brush is a drawing tool for filling in areas. It is used for painting

View File

@@ -8,7 +8,6 @@
/** /**
@class wxColour @class wxColour
@ingroup group_class_gdi
@wxheader{colour.h} @wxheader{colour.h}
A colour is an object representing a combination of Red, Green, and Blue (RGB) A colour is an object representing a combination of Red, Green, and Blue (RGB)

View File

@@ -8,7 +8,6 @@
/** /**
@class wxCursor @class wxCursor
@ingroup group_class_gdi
@wxheader{cursor.h} @wxheader{cursor.h}
A cursor is a small bitmap usually used for denoting where the mouse A cursor is a small bitmap usually used for denoting where the mouse

View File

@@ -8,7 +8,6 @@
/** /**
@class wxDC @class wxDC
@ingroup group_class_dc group_class_gdi
@wxheader{dc.h} @wxheader{dc.h}
A wxDC is a @e device context onto which graphics and text can be drawn. A wxDC is a @e device context onto which graphics and text can be drawn.
@@ -29,7 +28,7 @@
them. them.
@library{wxcore} @library{wxcore}
@category{dc} @category{dc,gdi}
@see Overview() @see Overview()
*/ */
@@ -978,7 +977,6 @@ public:
/** /**
@class wxDCClipper @class wxDCClipper
@ingroup group_class_gdi
@wxheader{dc.h} @wxheader{dc.h}
wxDCClipper is a small helper class for setting a clipping region on a wxDCClipper is a small helper class for setting a clipping region on a

View File

@@ -8,7 +8,6 @@
/** /**
@class wxFont @class wxFont
@ingroup group_class_gdi
@wxheader{font.h} @wxheader{font.h}
A font is an object which determines the appearance of text. Fonts are A font is an object which determines the appearance of text. Fonts are

View File

@@ -326,7 +326,6 @@ public:
/** /**
@class wxBrushList @class wxBrushList
@ingroup group_class_gdi
@wxheader{gdicmn.h} @wxheader{gdicmn.h}
A brush list is a list containing all brushes which have been created. A brush list is a list containing all brushes which have been created.
@@ -477,7 +476,6 @@ public:
/** /**
@class wxFontList @class wxFontList
@ingroup group_class_gdi
@wxheader{gdicmn.h} @wxheader{gdicmn.h}
A font list is a list containing all fonts which have been created. There A font list is a list containing all fonts which have been created. There
@@ -670,7 +668,6 @@ public:
/** /**
@class wxPenList @class wxPenList
@ingroup group_class_gdi
@wxheader{gdicmn.h} @wxheader{gdicmn.h}
There is only one instance of this class: @b wxThePenList. Use There is only one instance of this class: @b wxThePenList. Use

View File

@@ -8,7 +8,6 @@
/** /**
@class wxIcon @class wxIcon
@ingroup group_class_gdi
@wxheader{icon.h} @wxheader{icon.h}
An icon is a small rectangular bitmap usually used for denoting a An icon is a small rectangular bitmap usually used for denoting a

View File

@@ -139,7 +139,6 @@ public:
/** /**
@class wxImage @class wxImage
@ingroup group_class_gdi
@wxheader{image.h} @wxheader{image.h}
This class encapsulates a platform-independent image. An image can be created This class encapsulates a platform-independent image. An image can be created

View File

@@ -8,7 +8,6 @@
/** /**
@class wxImageList @class wxImageList
@ingroup group_class_gdi
@wxheader{imaglist.h} @wxheader{imaglist.h}
A wxImageList contains a list of images, which are stored in A wxImageList contains a list of images, which are stored in

View File

@@ -8,7 +8,6 @@
/** /**
@class wxPalette @class wxPalette
@ingroup group_class_gdi
@wxheader{palette.h} @wxheader{palette.h}
A palette is a table that maps pixel values to RGB colours. It allows the A palette is a table that maps pixel values to RGB colours. It allows the

View File

@@ -8,7 +8,6 @@
/** /**
@class wxPen @class wxPen
@ingroup group_class_gdi
@wxheader{pen.h} @wxheader{pen.h}
A pen is a drawing tool for drawing outlines. It is used for drawing A pen is a drawing tool for drawing outlines. It is used for drawing

View File

@@ -99,7 +99,6 @@ public:
/** /**
@class wxRegion @class wxRegion
@ingroup group_class_gdi
@wxheader{region.h} @wxheader{region.h}
A wxRegion represents a simple or complex region on a device context or window. A wxRegion represents a simple or complex region on a device context or window.
@@ -112,7 +111,7 @@ public:
data using the reference counting, are not affected. data using the reference counting, are not affected.
@library{wxcore} @library{wxcore}
@category{data} @category{data,gdi}
@see wxRegionIterator @see wxRegionIterator
*/ */

View File

@@ -100,7 +100,6 @@ public:
/** /**
@class wxRendererNative @class wxRendererNative
@ingroup group_class_gdi
@wxheader{renderer.h} @wxheader{renderer.h}
First, a brief introduction to wxRenderer and why it is needed. First, a brief introduction to wxRenderer and why it is needed.