refactor: improve LuaLS generator (#5283)

This commit is contained in:
nerix
2024-03-30 22:11:52 +01:00
committed by GitHub
parent d4b8feac7d
commit c1bd5d11d0
5 changed files with 311 additions and 168 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ int c2_register_callback(lua_State *L);
/**
* Writes a message to the Chatterino log.
*
* @lua@param level LogLevel The desired level.
* @lua@param level c2.LogLevel The desired level.
* @lua@param ... any Values to log. Should be convertible to a string with `tostring()`.
* @exposed c2.log
*/