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: datetime.h
// Purpose: documentation for wxDateTime class
// Purpose: interface of wxDateTime
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@@ -15,8 +15,7 @@
@library{wxbase}
@category{data}
@seealso
@ref overview_wxdatetimeoverview "Date classes overview", wxTimeSpan,
@see @ref overview_wxdatetimeoverview "Date classes overview", wxTimeSpan,
wxDateSpan, wxCalendarCtrl
*/
class wxDateTime
@@ -205,7 +204,7 @@ public:
static int ConvertYearToBC(int year);
/**
These functions carry out arithmetics on the wxDateTime
These functions carry out arithmetics() on the wxDateTime
objects. As explained in the overview, either wxTimeSpan or wxDateSpan may be
added to wxDateTime, hence all functions are overloaded to accept both
arguments.
@@ -361,7 +360,8 @@ public:
/**
Returns the object having the same date component as this one but time of
00:00:00.
This function is new since wxWidgets version 2.8.2
@wxsince{2.8.2}
@see ResetTime()
*/
@@ -1153,6 +1153,7 @@ public:
};
/**
@class wxDateTimeWorkDays
@wxheader{datetime.h}
@@ -1168,6 +1169,7 @@ public:
};
/**
@class wxDateSpan
@wxheader{datetime.h}
@@ -1210,8 +1212,7 @@ public:
@library{wxbase}
@category{data}
@seealso
@ref overview_wxdatetimeoverview "Date classes overview", wxDateTime
@see @ref overview_wxdatetimeoverview "Date classes overview", wxDateTime
*/
class wxDateSpan
{
@@ -1399,6 +1400,7 @@ public:
};
/**
@class wxTimeSpan
@wxheader{datetime.h}
@@ -1408,8 +1410,7 @@ public:
@library{wxbase}
@category{data}
@seealso
@ref overview_wxdatetimeoverview "Date classes overview", wxDateTime
@see @ref overview_wxdatetimeoverview "Date classes overview", wxDateTime
*/
class wxTimeSpan
{
@@ -1728,6 +1729,7 @@ public:
};
/**
@class wxDateTimeHolidayAuthority
@wxheader{datetime.h}
@@ -1741,3 +1743,4 @@ class wxDateTimeHolidayAuthority
public:
};