/////////////////////////////////////////////////////////////////////////////
// Name: dcmirror.h
-// Purpose: documentation for wxMirrorDC class
+// Purpose: interface of wxMirrorDC
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
/**
Creates a (maybe) mirrored DC associated with the real @e dc. Everything
drawn on wxMirrorDC will appear (and maybe mirrored) on @e dc.
-
- @e mirror specifies if we do mirror (if it is @true) or not (if it is
+ @a mirror specifies if we do mirror (if it is @true) or not (if it is
@false).
*/
wxMirrorDC(wxDC& dc, bool mirror);
};
+