an iCal processing library

Revision:
8:87549cc99d5e
Parent:
7:dc132d8bcbfd
Child:
9:2c2c35511965
--- a/iCal.cpp	Thu Jul 10 11:01:49 2014 +0000
+++ b/iCal.cpp	Sat Oct 11 17:26:20 2014 +0000
@@ -174,13 +174,13 @@
 /// Computes the intersection of time1 and time2 ranges, and modifies time1
 /// range to represent the intersection.
 ///
-/// @param start1 is input as the start of the time1 range, and is written
+/// start1 is input as the start of the time1 range, and is written
 ///     to represent the intersection of the two ranges.
-/// @param end1 is input as the end of the time1 range and is written to
+/// end1 is input as the end of the time1 range and is written to
 ///     represent the intersection of the two ranges.
-/// @param start2 is the start of the time2 range.
-/// @param end2 is the end of the time2 range.
-/// @returns true if the ranges have an intersection, and the time1 range
+/// start2 is the start of the time2 range.
+/// end2 is the end of the time2 range.
+/// returns true if the ranges have an intersection, and the time1 range
 ///     values have been modified.
 ///
 bool TimeIntersects(time_t * start1, time_t * end1, time_t * start2, time_t * end2)