]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Fixed doxygen problems
authorFrancis Dupont <fdupont@isc.org>
Fri, 1 Jun 2018 19:33:36 +0000 (21:33 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 1 Jun 2018 19:33:36 +0000 (21:33 +0200)
src/lib/dhcpsrv/cache_host_data_source.h
src/lib/dhcpsrv/cfg_option.h
src/lib/dhcpsrv/cql_lease_mgr.cc
src/lib/dhcpsrv/parsers/dhcp_parsers.h
src/lib/dhcpsrv/pool.h

index 72a899eb7677f9439f664bd5b57974786c931961..8a234f52d9a0376f72471efffeb76acf35458146 100644 (file)
@@ -25,7 +25,7 @@ public:
     /// Similar to @c add() but with a different purpose.
     ///
     /// @param host Pointer to the new @c Host object being inserted.
-    /// @param] overwrite false if doing nothing in case of conflicts
+    /// @param overwrite false if doing nothing in case of conflicts
     /// (and returning 1), true if removing conflicting entries
     /// (and returning their number).
     /// @return number of conflicts limited to one if overwrite is false.
index 09931985c7cdba1447325dbce70cb0438be8fb9b..1f13106ced27baa6c75bed9210adf1b48bf7365e 100644 (file)
@@ -62,6 +62,7 @@ public:
     /// @param opt option
     /// @param persist if true option is always sent.
     /// @param formatted_value option value in the textual format. Default
+    /// @param user_context user context (optional).
     /// value is empty indicating that the value is not set.
     OptionDescriptor(const OptionPtr& opt, bool persist,
                      const std::string& formatted_value = "",
index ded93f08d8b1b8b1ed6627f8a3759ccc536a094e..a225585ab28cedfaca16f6f1324beaeb461ee8f5 100644 (file)
@@ -1546,7 +1546,7 @@ public:
     ///
     /// @param connection connection used to communicate with the Cassandra
     /// database
-    /// @param where_values array of bound objects used to filter the results
+    /// @param data array of bound objects used to filter the results
     /// @param statement_tag prepared statement being executed
     ///
     /// @throw DbOperationError
index b323eb4b87d628baf96947871a0472716e2f350b..5fd98e38d618ee4fb70d35cba2256faa90a01bff 100644 (file)
@@ -414,7 +414,7 @@ public:
     ///
     /// @param name name of the element supplying the address string, (either
     /// "ip-address" or "ip-addresses")
-    /// @param address string form of the IP address to add
+    /// @param address_str string form of the IP address to add
     /// @param relay_elem parent relay element (needed for position info)
     /// @param relay_info RelayInfo to which the address should be added
     /// @throw isc::dhcp::DhcpConfigError if the address string is not a valid
index a8d813a754f470d91bd3f2caef4e657e7f1b810d..f6ee8b326b1804a70bd6ef3621577f731cc15ab8 100644 (file)
@@ -221,14 +221,14 @@ protected:
 
     /// @brief Required classes
     ///
-    /// @ref isc::dhcp::Network::required_classes
+    /// @ref isc::dhcp::Network::required_classes_
     ClientClasses required_classes_;
 
     /// @brief Pointer to the user context (may be NULL)
     data::ConstElementPtr user_context_;
 
     /// @brief Last allocated address
-    /// See @ref isc::dhcp::subnet::last_allocated_ia_
+    /// See @ref isc::dhcp::Subnet::last_allocated_ia_
     /// Initialized and reset to first
     isc::asiolink::IOAddress last_allocated_;