make sure all wxDefault* and all wxNull* global instances are documented

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-04-06 15:28:55 +00:00
parent a7507230d1
commit 6587411805
9 changed files with 108 additions and 89 deletions

View File

@@ -15,6 +15,9 @@
@library{wxbase}
@category{data}
@stdobjects
::wxDefaultDateTime
@see @ref overview_wxdatetimeoverview "Date classes overview", wxTimeSpan,
wxDateSpan, wxCalendarCtrl
*/
@@ -1152,6 +1155,14 @@ public:
wxDateTime operator(const struct tm& tm);
};
/**
Global instance of an empty wxDateTime object.
@todo wouldn't be better to rename it wxNullDateTime as for the rest of wx global objects
which are initialized to an empty value?
*/
wxDateTime wxDefaultDateTime;
/**