]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/dc.h
Fix premature truncation of brief descriptions in Doxygen comments.
[wxWidgets.git] / docs / doxygen / overviews / dc.h
index ab88266c9b868c257b4616a92db0dea5b290da2e..973183fc1a2d5d5136e4204b69641593eb119338 100644 (file)
@@ -3,17 +3,13 @@
 // Purpose:     topic overview
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 
 @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
 
+*/