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:
@@ -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;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user