[fix] Ignore sha2.lua in doc generation (#6229)

Otherwise it'll choke on the comments in that file.

See <https://github.com/koreader/koreader/pull/6195#issuecomment-638801075>.

Accidentally introduced in <https://github.com/koreader/koreader-base/pull/1105>.
reviewable/pr6232/r1
Frans de Jonge 4 years ago committed by GitHub
parent 4a65cc666b
commit 48060c3b86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,4 +22,5 @@ file = {
'../frontend',
'../base/ffi',
'../platform/android/luajit-launcher/assets',
exclude = {'../base/ffi/sha2.lua'},
}

Loading…
Cancel
Save