]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/datetime.h
Fix -- in comment.
[wxWidgets.git] / interface / wx / datetime.h
index ce9810ebb63a1f3b00d9bc30396b221f1131803d..457d36fb3ba693d7f7ea08e4c7df6477e6b3aa66 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxDateTime
-    @wxheader{datetime.h}
 
     wxDateTime class represents an absolute moment in the time.
 
@@ -1203,10 +1202,10 @@ public:
 
     /**
         Returns the @e "Modified Julian Day Number" (MJD) which is, by
-        definition, is equal to JDN - 2400000.5. The MJDs are simpler to work
-        with as the integral MJDs correspond to midnights of the dates in the
-        Gregorian calendar and not the noons like JDN. The MJD 0 represents
-        Nov 17, 1858.
+        definition, is equal to JDN - 2400000.5.
+        The MJDs are simpler to work with as the integral MJDs correspond to
+        midnights of the dates in the Gregorian calendar and not the noons like
+        JDN. The MJD 0 represents Nov 17, 1858.
     */
     double GetModifiedJulianDayNumber() const;
 
@@ -1411,7 +1410,7 @@ public:
                                     NameFlags flags = Name_Full);
 
     /**
-        Returns @true if DST was used n the given year (the current one by
+        Returns @true if DST was used in the given year (the current one by
         default) in the given country.
     */
     static bool IsDSTApplicable(int year = Inv_Year,
@@ -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.