]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/date_time/date_generators.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / date_time / date_generators.hpp
index 274ce1f06ab6947f6ff8a86f3b4bcaf9fa4c1369..67bfd5f0772aed38c19c4cf54badbdbe84ad3cb0 100644 (file)
@@ -25,7 +25,7 @@ namespace date_time {
   //! Base class for all generators that take a year and produce a date.
   /*! This class is a base class for polymorphic function objects that take
     a year and produce a concrete date.
-    @param date_type The type representing a date.  This type must
+    @tparam date_type The type representing a date.  This type must
     export a calender_type which defines a year_type.
   */
   template<class date_type>
@@ -307,7 +307,7 @@ namespace date_time {
   /*! Useful generator functor for finding holidays and daylight savings
    *  Get the last day of the month and then calculate the difference
    *  to the last previous day.
-   *  @param date_type A date class that exports day_of_week, month_type, etc.
+   *  @tparam date_type A date class that exports day_of_week, month_type, etc.
    *  \ingroup date_alg
    */
   template<class date_type>