--dump broke with PL: an example of abusing a List
This commit is contained in:
parent
f3bb614503
commit
109a794109
2
doc.lua
2
doc.lua
|
@ -320,7 +320,7 @@ function Item:dump(verbose)
|
|||
if verbose then
|
||||
print(self.type,name,self.summary)
|
||||
if self.description then print(self.description) end
|
||||
for p in self.params:iter() do
|
||||
for _,p in ipairs(self.params) do
|
||||
print(p,self.params[p])
|
||||
end
|
||||
for tag, value in pairs(self.tags) do
|
||||
|
|
Loading…
Reference in New Issue