X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c913512a4c9f36e11e07ea707002fab1608d324..42013f4c2866589e8a0ce6eba992f6745aebb857:/interface/dcclient.h?ds=sidebyside diff --git a/interface/dcclient.h b/interface/dcclient.h index ed929d005c..b39198cdf5 100644 --- a/interface/dcclient.h +++ b/interface/dcclient.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: dcclient.h -// Purpose: documentation for wxPaintDC class +// Purpose: interface of wxPaintDC // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -29,8 +29,7 @@ @library{wxcore} @category{dc} - @seealso - wxDC, wxMemoryDC, wxPaintDC, wxWindowDC, wxScreenDC + @see wxDC, wxMemoryDC, wxPaintDC, wxWindowDC, wxScreenDC */ class wxPaintDC : public wxWindowDC { @@ -42,6 +41,7 @@ public: }; + /** @class wxClientDC @wxheader{dcclient.h} @@ -59,8 +59,7 @@ public: @library{wxcore} @category{dc} - @seealso - wxDC, wxMemoryDC, wxPaintDC, wxWindowDC, wxScreenDC + @see wxDC, wxMemoryDC, wxPaintDC, wxWindowDC, wxScreenDC */ class wxClientDC : public wxWindowDC { @@ -72,6 +71,7 @@ public: }; + /** @class wxWindowDC @wxheader{dcclient.h} @@ -92,8 +92,7 @@ public: @library{wxcore} @category{dc} - @seealso - wxDC, wxMemoryDC, wxPaintDC, wxClientDC, wxScreenDC + @see wxDC, wxMemoryDC, wxPaintDC, wxClientDC, wxScreenDC */ class wxWindowDC : public wxDC { @@ -103,3 +102,4 @@ public: */ wxWindowDC(wxWindow* window); }; +