changed doc only to make doxygen happier and get less warnings during build
[libi2ncommon] / src / week.cpp
index ce8a0f6..642682b 100644 (file)
@@ -129,7 +129,7 @@ bool Week::set(const WeekDay day, bool value)
 
 /**
  * Check if a particular day is active
- * @param d Day to check
+ * @param day Day to check
  * @return True if day is active, false otherwise
  */
 bool Week::get(WeekDay day) const
@@ -139,7 +139,7 @@ bool Week::get(WeekDay day) const
 
 /**
  * Check if a particular day is active
- * @param d Day to check
+ * @param day Day to check
  * @return True if day is active, false otherwise
  */
 bool Week::is_set(WeekDay day) const