]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/dc.h
Revert "Make wxMSW stack walking methods work with Unicode identifiers."
[wxWidgets.git] / docs / doxygen / overviews / dc.h
index 285e1fd9e4b2a4b6f2e91298ddc15ccdc01f708f..ac64a49c0c01027b762091a330e0a0749b67a30e 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        dc.h
 // Purpose:     topic overview
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -10,10 +9,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 +42,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
 
+*/