From 910560ec1364715824f69fe230be471ac1830d24 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Sat, 10 Jul 2021 17:00:35 +0200 Subject: [PATCH] Some more adjustment on documentation --- core/include/config_manager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/include/config_manager.h b/core/include/config_manager.h index 05ee05c..c661ef3 100644 --- a/core/include/config_manager.h +++ b/core/include/config_manager.h @@ -303,17 +303,17 @@ class ConfigManager { static QStringList gimpList(); /** - * @brief advertise_server HTTP advertiser is not constructed if this is false. + * @brief Returns if the HTTP advertiser is constructed or not. */ static bool advertiseHTTPServer(); /** - * @brief advertise_debug Allows HTTP advertiser to print debug info. + * @brief Returns if the HTTP advertiser prints debug info to console. */ static bool advertiserHTTPDebug(); /** - * @brief advertiser_ip IP or URL of the masterserver + * @brief Returns the IP or URL of the masterserver. */ static QUrl advertiserHTTPIP();