From 50aa0bbb55def0d040bcbb920471e50700549b2d Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 28 Feb 2025 18:53:09 +0000 Subject: [PATCH] Fix incorrect doc comment for SetLoggingCallback() --- include/loot/api.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/loot/api.h b/include/loot/api.h index 33dd52ec..2984aa4b 100644 --- a/include/loot/api.h +++ b/include/loot/api.h @@ -50,8 +50,6 @@ namespace loot { /** * @brief Set the callback function that is called when logging. - * @details If this function is not called, the default behaviour is to - * print messages to the console. * @param callback * The function called when logging. The first parameter is the * level of the message being logged, and the second is the message.