Fix incorrect doc comment for SetLoggingCallback()

This commit is contained in:
Oliver Hamlet
2025-03-02 22:39:55 +00:00
parent db6d39bd93
commit 50aa0bbb55
-2
View File
@@ -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.