Exporter: fix comment for ldoc (#10464)

reviewable/pr10465/r1
hius07 1 year ago committed by GitHub
parent 011c168686
commit 09425ea729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -174,7 +174,7 @@ function Exporter:exportAllNotes()
end
--- Parse and export highlights from selected documents.
-- @tparam table files list of files as a table of {[file_path] = true}
-- @tparam table files list of files 'file_path = true'
function Exporter:exportFilesNotes(files)
local clippings = self.parser:parseFiles(files)
for title, booknotes in pairs(clippings) do

Loading…
Cancel
Save