From 4fcd08c009fc708bb5e59d811d6b76ce32d6e24f Mon Sep 17 00:00:00 2001 From: wezrule Date: Tue, 26 Feb 2019 09:42:42 +0000 Subject: [PATCH] Fix comment formatting in parameter --- nano/node/logging.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nano/node/logging.hpp b/nano/node/logging.hpp index 15ad7901e..fb2db289b 100644 --- a/nano/node/logging.hpp +++ b/nano/node/logging.hpp @@ -62,8 +62,7 @@ public: } /* - * @param log_items A collection of objects with overloaded operator<< to be output to the log file - * if the last time an item was logged was over min_log_delta time ago. + * @param log_items Output to the log file if the last write was over min_log_delta time ago. * @return true if the log was successful */ template