X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cc4bfafe5a31cb96f35b3ec9b19fa2b0b3a4eef..936f635341e9b92b37db93cc7781d564babbe25f:/interface/dcmemory.h diff --git a/interface/dcmemory.h b/interface/dcmemory.h index af09579f06..0a866d07be 100644 --- a/interface/dcmemory.h +++ b/interface/dcmemory.h @@ -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 { @@ -67,3 +66,4 @@ public: */ void SelectObjectAsSource(const wxBitmap& bitmap); }; +