📝 Docs(annotations): remove @func annotations

These are not properly parsed and not typically used, so all of them are now scrubbed from the repo
This commit is contained in:
2025-02-17 18:36:34 -05:00
parent e1081f0d1f
commit 06663c59e8
6 changed files with 70 additions and 70 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ function M.setup_script()
return false
end
---@function Function to force the script to reset
--- Function to force the script to reset
--- This will kill the script if it's running and delete the lock file.
--- Optionally the cache files will be deleted if wipe is true.
--- By default, the cache files will not be deleted.