X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/328f5751e8a06727b137189fe04891a9f43bfc8b..b5cc5cbd6670e0e9ac9e22d02157c6e9502ab1b3:/interface/iconloc.h diff --git a/interface/iconloc.h b/interface/iconloc.h index 855736748c..4ed130a56c 100644 --- a/interface/iconloc.h +++ b/interface/iconloc.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: iconloc.h -// Purpose: documentation for wxIconLocation class +// Purpose: interface of wxIconLocation // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -25,8 +25,7 @@ @library{wxbase} @category{FIXME} - @seealso - wxIcon, wxFileType::GetIcon + @see wxIcon, wxFileType::GetIcon */ class wxIconLocation { @@ -37,3 +36,4 @@ public: */ bool IsOk() const; }; +