]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/dcmemory.h
Try out - instead of @li, more backslash escaping
[wxWidgets.git] / interface / dcmemory.h
index af09579f066bbb37bda98f8a2f526a410b47ea5d..5b3d9b97db85c6e5ce49ecbc3ab848f3e9b8f31b 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        dcmemory.h
-// Purpose:     documentation for wxMemoryDC class
+// Purpose:     interface of wxMemoryDC
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
@@ -19,8 +19,7 @@
     @library{wxcore}
     @category{dc}
 
-    @seealso
-    wxBitmap, wxDC
+    @see wxBitmap, wxDC
 */
 class wxMemoryDC : public wxDC
 {
@@ -48,7 +47,7 @@ public:
         Also, before using the updated bitmap data, make sure to select it out of
         context first
         (for example by selecting wxNullBitmap into the device context).
-        
+
         @see wxDC::DrawBitmap
     */
     void SelectObject(wxBitmap& bitmap);
@@ -67,3 +66,4 @@ public:
     */
     void SelectObjectAsSource(const wxBitmap& bitmap);
 };
+