Exporter: fix comment for ldoc (#10464)

This commit is contained in:
hius07
2023-05-19 21:26:07 +03:00
committed by GitHub
parent 011c168686
commit 09425ea729

View File

@@ -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