regenerated headers to remove @seealso in favour of @see; fixed links to global functions/macros; converted \since latex macros into @wxsince commands; changed headers purpose from 'documentation for' to 'interface of'

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-10 15:24:38 +00:00
parent 3a65144e7c
commit e54c96f187
269 changed files with 2027 additions and 1553 deletions

View File

@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
// Name: longlong.h
// Purpose: documentation for wxLongLong class
// Purpose: interface of wxLongLong
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@@ -30,10 +30,10 @@
If a native (i.e. supported directly by the compiler) 64 bit integer type was
found to exist, @e wxLongLong_t macro will be defined to correspond to it.
Also, in this case only, two additional macros will be defined:
wxLongLongFmtSpec for printing 64 bit integers
wxLongLongFmtSpec() for printing 64 bit integers
using the standard @c printf() function (but see also
wxLongLong::ToString for a more portable solution) and
wxLL for defining 64 bit integer compile-time constants.
wxLL() for defining 64 bit integer compile-time constants.
@library{wxbase}
@category{data}
@@ -133,12 +133,14 @@ public:
/**
Assignment operator from unsigned long long. The sign bit will be copied too.
This function is new since wxWidgets version 2.7.0
@wxsince{2.7.0}
*/
wxLongLong& operator operator=(const wxULongLong& ll);
};
// ============================================================================
// Global functions/macros
// ============================================================================
@@ -155,7 +157,7 @@ public:
#endif
@endcode
@see wxLL
@see wxLL()
*/
@@ -169,7 +171,7 @@ public:
#endif
@endcode
@see wxLL, wxLongLong
@see wxLL(), wxLongLong
*/
wxLongLong_t wxULL(number);
@@ -183,7 +185,7 @@ wxLongLong_t wxULL(number);
#endif
@endcode
@see wxULL, wxLongLong
@see wxULL(), wxLongLong
*/
wxLongLong_t wxLL(number);