]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/datetime.h
better documentation of DeviceToLogicalXXX() (#9896)
[wxWidgets.git] / interface / wx / datetime.h
index ce9810ebb63a1f3b00d9bc30396b221f1131803d..c33ec22fb5549ee6c7207ead2bc7544805f9fdf0 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxDateTime
-    @wxheader{datetime.h}
 
     wxDateTime class represents an absolute moment in the time.
 
@@ -1501,7 +1500,6 @@ const wxDateTime wxDefaultDateTime;
 
 /**
     @class wxDateTimeWorkDays
-    @wxheader{datetime.h}
 
     @todo Write wxDateTimeWorkDays documentation.
 
@@ -1518,7 +1516,6 @@ public:
 
 /**
     @class wxDateSpan
-    @wxheader{datetime.h}
 
     This class is a "logical time span" and is useful for implementing program
     logic for such things as "add one month to the date" which, in general,
@@ -1780,7 +1777,6 @@ public:
 
 /**
     @class wxTimeSpan
-    @wxheader{datetime.h}
 
     wxTimeSpan class represents a time interval.
 
@@ -2046,7 +2042,6 @@ public:
 
 /**
     @class wxDateTimeHolidayAuthority
-    @wxheader{datetime.h}
 
     @todo Write wxDateTimeHolidayAuthority documentation.