docs: added doc comments

This commit is contained in:
Folke Lemaitre 2024-06-22 22:30:20 +02:00
parent c1912e2348
commit d2bea9eefd
3 changed files with 29 additions and 2 deletions

View file

@ -50,7 +50,7 @@ end
function Spec:parse(spec)
self:normalize(spec)
self.meta:fix()
self.meta:resolve()
end
-- PERF: optimized code to get package name without using lua patterns