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:
parent
fe5451982e
commit
c0cc7004a6
@ -147,7 +147,6 @@ public:
|
||||
|
||||
/**
|
||||
@class wxBitmap
|
||||
@ingroup group_class_gdi
|
||||
@wxheader{bitmap.h}
|
||||
|
||||
This class encapsulates the concept of a platform-dependent bitmap,
|
||||
@ -725,7 +724,6 @@ wxBitmap wxNullBitmap;
|
||||
|
||||
/**
|
||||
@class wxMask
|
||||
@ingroup group_class_gdi
|
||||
@wxheader{bitmap.h}
|
||||
|
||||
This class encapsulates a monochrome mask bitmap, where the masked area is
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
/**
|
||||
@class wxBrush
|
||||
@ingroup group_class_gdi
|
||||
@wxheader{brush.h}
|
||||
|
||||
A brush is a drawing tool for filling in areas. It is used for painting
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
/**
|
||||
@class wxColour
|
||||
@ingroup group_class_gdi
|
||||
@wxheader{colour.h}
|
||||
|
||||
A colour is an object representing a combination of Red, Green, and Blue (RGB)
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
/**
|
||||
@class wxCursor
|
||||
@ingroup group_class_gdi
|
||||
@wxheader{cursor.h}
|
||||
|
||||
A cursor is a small bitmap usually used for denoting where the mouse
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
/**
|
||||
@class wxDC
|
||||
@ingroup group_class_dc group_class_gdi
|
||||
@wxheader{dc.h}
|
||||
|
||||
A wxDC is a @e device context onto which graphics and text can be drawn.
|
||||
@ -29,7 +28,7 @@
|
||||
them.
|
||||
|
||||
@library{wxcore}
|
||||
@category{dc}
|
||||
@category{dc,gdi}
|
||||
|
||||
@see Overview()
|
||||
*/
|
||||
@ -978,7 +977,6 @@ public:
|
||||
|
||||
/**
|
||||
@class wxDCClipper
|
||||
@ingroup group_class_gdi
|
||||
@wxheader{dc.h}
|
||||
|
||||
wxDCClipper is a small helper class for setting a clipping region on a
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
/**
|
||||
@class wxFont
|
||||
@ingroup group_class_gdi
|
||||
@wxheader{font.h}
|
||||
|
||||
A font is an object which determines the appearance of text. Fonts are
|
||||
|
@ -326,7 +326,6 @@ public:
|
||||
|
||||
/**
|
||||
@class wxBrushList
|
||||
@ingroup group_class_gdi
|
||||
@wxheader{gdicmn.h}
|
||||
|
||||
A brush list is a list containing all brushes which have been created.
|
||||
@ -477,7 +476,6 @@ public:
|
||||
|
||||
/**
|
||||
@class wxFontList
|
||||
@ingroup group_class_gdi
|
||||
@wxheader{gdicmn.h}
|
||||
|
||||
A font list is a list containing all fonts which have been created. There
|
||||
@ -670,7 +668,6 @@ public:
|
||||
|
||||
/**
|
||||
@class wxPenList
|
||||
@ingroup group_class_gdi
|
||||
@wxheader{gdicmn.h}
|
||||
|
||||
There is only one instance of this class: @b wxThePenList. Use
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
/**
|
||||
@class wxIcon
|
||||
@ingroup group_class_gdi
|
||||
@wxheader{icon.h}
|
||||
|
||||
An icon is a small rectangular bitmap usually used for denoting a
|
||||
|
@ -139,7 +139,6 @@ public:
|
||||
|
||||
/**
|
||||
@class wxImage
|
||||
@ingroup group_class_gdi
|
||||
@wxheader{image.h}
|
||||
|
||||
This class encapsulates a platform-independent image. An image can be created
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
/**
|
||||
@class wxImageList
|
||||
@ingroup group_class_gdi
|
||||
@wxheader{imaglist.h}
|
||||
|
||||
A wxImageList contains a list of images, which are stored in
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
/**
|
||||
@class wxPalette
|
||||
@ingroup group_class_gdi
|
||||
@wxheader{palette.h}
|
||||
|
||||
A palette is a table that maps pixel values to RGB colours. It allows the
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
/**
|
||||
@class wxPen
|
||||
@ingroup group_class_gdi
|
||||
@wxheader{pen.h}
|
||||
|
||||
A pen is a drawing tool for drawing outlines. It is used for drawing
|
||||
|
@ -99,7 +99,6 @@ public:
|
||||
|
||||
/**
|
||||
@class wxRegion
|
||||
@ingroup group_class_gdi
|
||||
@wxheader{region.h}
|
||||
|
||||
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.
|
||||
|
||||
@library{wxcore}
|
||||
@category{data}
|
||||
@category{data,gdi}
|
||||
|
||||
@see wxRegionIterator
|
||||
*/
|
||||
|
@ -100,7 +100,6 @@ public:
|
||||
|
||||
/**
|
||||
@class wxRendererNative
|
||||
@ingroup group_class_gdi
|
||||
@wxheader{renderer.h}
|
||||
|
||||
First, a brief introduction to wxRenderer and why it is needed.
|
||||
|
Loading…
Reference in New Issue
Block a user