]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Fixing doxygen warnings after merge of #5016.
authorMarcin Siodelski <marcin@isc.org>
Mon, 7 Nov 2016 19:36:29 +0000 (20:36 +0100)
committerMarcin Siodelski <marcin@isc.org>
Mon, 7 Nov 2016 19:36:29 +0000 (20:36 +0100)
Trivial changes.

src/lib/dhcp/libdhcp++.h
src/lib/dhcp/option6_pdexclude.h
src/lib/dhcp/option_data_types.h
src/lib/dhcpsrv/pool.h

index 31c589803b3e51f22363d9504baf825ce980b2c2..38009d44b76b5eb134e3746fc7d575b528368d83 100644 (file)
@@ -55,7 +55,7 @@ public:
     ///
     /// @return Pointer to the option definition or NULL pointer if option
     /// definition has not been found.
-    static OptionDefinitionPtr getOptionDef(const std::string& option_space,
+    static OptionDefinitionPtr getOptionDef(const std::string& space,
                                             const std::string& name);
 
     /// @brief Returns vendor option definition for a given vendor-id and code
index 511f38669d201f184e1b589a2fa27ce74b552ec4..3b9f880bba5c9c59def2ce582b080e3c319a4667 100644 (file)
@@ -80,7 +80,7 @@ public:
 
     /// @brief Returns Prefix Exclude option in textual format.
     ///
-    /// @param ident Number of spaces to be inserted before the text.
+    /// @param indent Number of spaces to be inserted before the text.
     virtual std::string toText(int indent = 0) const;
 
     /// @brief Returns excluded prefix.
index 93962f56c8665bd75ba7634af8fd3c583751059f..75327473740278966c3677d8471957c860a1f9d5 100644 (file)
@@ -536,7 +536,7 @@ public:
     ///
     /// @param prefix_len Prefix length in bits (0 to 128).
     /// @param prefix Prefix value.
-    /// @param [out] Output buffer.
+    /// @param [out] buf Output buffer.
     static void writePrefix(const PrefixLen& prefix_len,
                             const asiolink::IOAddress& prefix,
                             std::vector<uint8_t>& buf);
index 173ede17f257f0cd45985815824ed14bc022f924..acedb01f453feed1963ba8775b7ccf81108c18eb 100644 (file)
@@ -226,7 +226,7 @@ public:
     /// option to a client.
     ///
     /// @param prefix specified a prefix of the pool.
-    /// @param prefix_Leb specifies prefix length of the pool.
+    /// @param prefix_len specifies prefix length of the pool.
     /// @param delegated_len specifies length of the delegated prefixes.
     /// @param excluded_prefix specifies an excluded prefix as per RFC6603.
     /// @param excluded_prefix_len specifies length of an excluded prefix.