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

@@ -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
*/