X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c913512a4c9f36e11e07ea707002fab1608d324..51c679d5e29c75e4f7f16ebe59dd9086157e7fa4:/interface/dcmirror.h diff --git a/interface/dcmirror.h b/interface/dcmirror.h index 7df4987c1b..24e77ba59e 100644 --- a/interface/dcmirror.h +++ b/interface/dcmirror.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: dcmirror.h -// Purpose: documentation for wxMirrorDC class +// Purpose: interface of wxMirrorDC // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -27,9 +27,9 @@ public: /** 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); }; +