From 5e69108fc6b7e6a057cfad858faf6e02c496e30f Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 2 Feb 2017 18:38:00 +0000 Subject: [PATCH] Fix documentation for LogVerbosity --- include/loot/enum/log_verbosity.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/include/loot/enum/log_verbosity.h b/include/loot/enum/log_verbosity.h index 8208db27..b0989622 100644 --- a/include/loot/enum/log_verbosity.h +++ b/include/loot/enum/log_verbosity.h @@ -30,13 +30,7 @@ along with LOOT. If not, see */ namespace loot { /** - * @brief Codes used to specify the preferred language for messages when - * evaluating masterlists and userlists. - * @details If a message is not available in the preferred language, its English - * string will be used. Note that messages with only one language - * string are assumed to be written in English, but this cannot be - * guaranteed (any violations should be reported as bugs so that they - * can be fixed). + * @brief Codes used to specify different levels of API logging verbosity. */ enum struct LogVerbosity : unsigned int { off,