From: Francesco Montorsi Date: Fri, 14 Mar 2008 14:42:46 +0000 (+0000) Subject: remove @ingroup; use @category instead X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c0cc7004a6ec1c53c0fd974898ef9ffd3739bef4 remove @ingroup; use @category instead git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/bitmap.h b/interface/bitmap.h index fbb889a38c..22710d45ca 100644 --- a/interface/bitmap.h +++ b/interface/bitmap.h @@ -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 diff --git a/interface/brush.h b/interface/brush.h index 6b05b82f19..d644b1e19b 100644 --- a/interface/brush.h +++ b/interface/brush.h @@ -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 diff --git a/interface/colour.h b/interface/colour.h index 21a03cfd84..9df414c4c7 100644 --- a/interface/colour.h +++ b/interface/colour.h @@ -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) diff --git a/interface/cursor.h b/interface/cursor.h index 033cded43f..ee6fc7ef0c 100644 --- a/interface/cursor.h +++ b/interface/cursor.h @@ -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 diff --git a/interface/dc.h b/interface/dc.h index c48f21fd6c..c9e51e7e05 100644 --- a/interface/dc.h +++ b/interface/dc.h @@ -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 diff --git a/interface/font.h b/interface/font.h index b76182cefe..9f706987b8 100644 --- a/interface/font.h +++ b/interface/font.h @@ -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 diff --git a/interface/gdicmn.h b/interface/gdicmn.h index 4c6326d2b0..b747216618 100644 --- a/interface/gdicmn.h +++ b/interface/gdicmn.h @@ -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 diff --git a/interface/icon.h b/interface/icon.h index 714fe5d5b4..c66d073aed 100644 --- a/interface/icon.h +++ b/interface/icon.h @@ -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 diff --git a/interface/image.h b/interface/image.h index c3caaebe66..c3ae734275 100644 --- a/interface/image.h +++ b/interface/image.h @@ -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 diff --git a/interface/imaglist.h b/interface/imaglist.h index 8a80b1b7d7..f66d1dbdc5 100644 --- a/interface/imaglist.h +++ b/interface/imaglist.h @@ -8,7 +8,6 @@ /** @class wxImageList - @ingroup group_class_gdi @wxheader{imaglist.h} A wxImageList contains a list of images, which are stored in diff --git a/interface/palette.h b/interface/palette.h index fff7fc037a..2630124016 100644 --- a/interface/palette.h +++ b/interface/palette.h @@ -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 diff --git a/interface/pen.h b/interface/pen.h index 5684c4d404..9a9a2833ac 100644 --- a/interface/pen.h +++ b/interface/pen.h @@ -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 diff --git a/interface/region.h b/interface/region.h index 72400cab98..32f7a79707 100644 --- a/interface/region.h +++ b/interface/region.h @@ -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 */ diff --git a/interface/renderer.h b/interface/renderer.h index cfd5ca225d..d57cc69a8a 100644 --- a/interface/renderer.h +++ b/interface/renderer.h @@ -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.