docs: add function explain doc

This commit is contained in:
JuanZoran
2023-03-14 18:17:07 +08:00
parent 4931bdc74a
commit 8a0021ead7
17 changed files with 261 additions and 162 deletions

View File

@@ -20,8 +20,7 @@ local strategy = {
}
return function(hover, action)
-- TODO :
coroutine.wrap(strategy[action])(hover)
strategy[action](hover)
end