]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1044] New doxygen fixes
authorFrancis Dupont <fdupont@isc.org>
Thu, 5 Dec 2019 14:59:47 +0000 (15:59 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 5 Dec 2019 14:59:47 +0000 (15:59 +0100)
src/lib/dhcpsrv/mysql_lease_mgr.h

index 702c360bc6a112c683d250ef8164a16cbadc355f..792c425caa9d592104ee318f8eccbb890b112d7c 100644 (file)
@@ -719,7 +719,7 @@ private:
     /// @param ctx Context
     /// @param stindex Index of statement being executed
     /// @param bind MYSQL_BIND array for input parameters
-    /// @param lease LeaseCollection object returned.  Note that any leases in
+    /// @param result LeaseCollection object returned.  Note that any leases in
     ///        the collection when this method is called are not erased: the
     ///        new data is appended to the end.
     ///
@@ -743,7 +743,7 @@ private:
     /// @param ctx Context
     /// @param stindex Index of statement being executed
     /// @param bind MYSQL_BIND array for input parameters
-    /// @param lease LeaseCollection object returned.  Note that any existing
+    /// @param result LeaseCollection object returned.  Note that any existing
     ///        data in the collection is erased first.
     ///
     /// @throw isc::dhcp::BadValue Data retrieved from the database was invalid.
@@ -767,7 +767,7 @@ private:
     /// @param ctx Context
     /// @param stindex Index of statement being executed
     /// @param bind MYSQL_BIND array for input parameters
-    /// @param lease Lease4 object returned
+    /// @param result Lease4 object returned
     void getLease(MySqlLeaseContextPtr ctx,
                   StatementIndex stindex,
                   MYSQL_BIND* bind,
@@ -782,7 +782,7 @@ private:
     /// @param ctx Context
     /// @param stindex Index of statement being executed
     /// @param bind MYSQL_BIND array for input parameters
-    /// @param lease Lease6 object returned
+    /// @param result Lease6 object returned
     void getLease(MySqlLeaseContextPtr ctx,
                   StatementIndex stindex,
                   MYSQL_BIND* bind,