\func{}{wxMirrorDC}{\param{wxDC\& }{dc}, \param{bool }{mirror}}
-Creates a (maybe) mirrored DC associated with the real \it{dc}. Everything
-drawn on wxMirrorDC will appear (and maybe mirrored) on \it{dc}.
-
-\it{mirror} specifies if we do mirror (if it is \it{true}) or not (if it is
-\it{false}).
+Creates a (maybe) mirrored DC associated with the real \arg{dc}. Everything
+drawn on wxMirrorDC will appear (and maybe mirrored) on \arg{dc}.
+\arg{mirror} specifies if we do mirror (if it is \true) or not (if it is
+\false).