Some more adjustment on documentation

This commit is contained in:
Salanto 2021-07-10 17:00:35 +02:00
parent e109c6b4df
commit 910560ec13

View File

@ -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();