X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a65144e7c4126601124be45a91216f1ba294336..e54c96f187f46c06bd36be8cd52b35c19884aa2b:/interface/defs.h diff --git a/interface/defs.h b/interface/defs.h index 972f52c6be..62c2f977f6 100644 --- a/interface/defs.h +++ b/interface/defs.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: defs.h -// Purpose: documentation for global functions +// Purpose: interface of global functions // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -35,7 +35,7 @@ wxUint16 wxUINT16_SWAP_ON_LE(wxUint16 value); //@} /** - This macro is similar to wxDEPRECATED but can be used + This macro is similar to wxDEPRECATED() but can be used to not only declare the function @a func as deprecated but to also provide its (inline) implementation @e body. It can be used as following: @@ -131,7 +131,7 @@ wxUint16 wxUINT16_SWAP_ON_BE(wxUint16 value); void wxVaCopy(va_list argptrDst, va_list argptrSrc); /** - This is a special version of wxDEPRECATED macro which + This is a special version of wxDEPRECATED() macro which only does something when the deprecated function is used from the code outside wxWidgets itself but doesn't generate warnings when it is used from wxWidgets. It is used with the virtual functions which are called by the library itself --