]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Fixed doxygen errors introduced by 4294.
authorThomas Markwalder <tmark@isc.org>
Thu, 25 Aug 2016 17:37:46 +0000 (13:37 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 25 Aug 2016 17:37:46 +0000 (13:37 -0400)
modified:   src/lib/dhcpsrv/mysql_lease_mgr.cc
modified:   src/lib/dhcpsrv/pgsql_lease_mgr.cc

src/lib/dhcpsrv/mysql_lease_mgr.cc
src/lib/dhcpsrv/pgsql_lease_mgr.cc

index 344fb272fc0d832e047d925c90f13f339441a701..9fa1994e8d1ca2a8859794a3428300aecb6a4408 100644 (file)
@@ -1235,8 +1235,8 @@ public:
     /// @brief Constructor
     ///
     /// @param conn A open connection to the database housing the lease data
-    /// @brief statement_index Index of the query's prepared statement
-    /// @brief fetch_type Indicates if query supplies lease type
+    /// @param statement_index Index of the query's prepared statement
+    /// @param fetch_type Indicates if query supplies lease type
     MySqlLeaseStatsQuery(MySqlConnection& conn, const size_t statement_index,
                          const bool fetch_type)
         : conn_(conn), statement_index_(statement_index), statement_(NULL),
index 3ea7475484c56bd2de6079f2480b8537c426d000..84c005c330fe5a989fa713aaac15094e5a4596e3 100644 (file)
@@ -705,7 +705,7 @@ public:
     ///
     /// @param conn A open connection to the database housing the lease data
     /// @param statement The lease data SQL prepared statement to execute
-    /// @param fetch_statement Indicates whether or not lease_type should be
+    /// @param fetch_type Indicates whether or not lease_type should be
     /// fetched from the result set
     PgSqlLeaseStatsQuery(PgSqlConnection& conn, PgSqlTaggedStatement& statement,
                          const bool fetch_type)