]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/dcmirror.h
revised base64.h;bitmap.h
[wxWidgets.git] / interface / dcmirror.h
index 7df4987c1b63fc51a48cbe28e8e80bdb80eddc4e..24e77ba59ed87a3b8071cf27d27464751a4d7b5b 100644 (file)
@@ -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);
 };
+