X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..4e15d1caa03346c126015019c1fdf093033ef40b:/docs/doxygen/overviews/dc.h diff --git a/docs/doxygen/overviews/dc.h b/docs/doxygen/overviews/dc.h index 285e1fd9e4..973183fc1a 100644 --- a/docs/doxygen/overviews/dc.h +++ b/docs/doxygen/overviews/dc.h @@ -10,10 +10,6 @@ @page overview_dc Device Contexts -Classes: wxBufferedDC, wxBufferedPaintDC, wxDC, wxPostScriptDC, - wxMetafileDC, wxMemoryDC, wxPrinterDC, wxScreenDC, wxClientDC, - wxPaintDC, wxWindowDC. - A wxDC is a @e device context onto which graphics and text can be drawn. The device context is intended to represent a number of output devices in a generic way, with the same API being used throughout. @@ -47,5 +43,6 @@ write to a number of different devices, by passing a different device context. T work for everything (for example not all device contexts support bitmap drawing) but will work most of the time. -*/ +@see @ref group_class_dc +*/