From: Razvan Becheriu Date: Tue, 17 Mar 2020 21:05:24 +0000 (+0200) Subject: [#1148] fixed doxygen X-Git-Tag: Kea-1.7.6~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7ceca0a836e99d56974ebd0e80770dd5848db2c;p=thirdparty%2Fkea.git [#1148] fixed doxygen --- diff --git a/src/lib/dhcp_ddns/ncr_io.h b/src/lib/dhcp_ddns/ncr_io.h index c9618b8b92..5da47995f5 100644 --- a/src/lib/dhcp_ddns/ncr_io.h +++ b/src/lib/dhcp_ddns/ncr_io.h @@ -323,7 +323,7 @@ public: /// IO service attempting to invoke methods on objects that are no longer /// valid. /// - /// @return The pending flag. + /// @return The IO pending flag. bool isIoPending() const { return (io_pending_); }