From f7ceca0a836e99d56974ebd0e80770dd5848db2c Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Tue, 17 Mar 2020 23:05:24 +0200 Subject: [PATCH] [#1148] fixed doxygen --- src/lib/dhcp_ddns/ncr_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_); }