[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>.
This commit is contained in:
Frans de Jonge
2020-06-04 15:34:16 +02:00
committed by GitHub
parent 4a65cc666b
commit 48060c3b86

View File

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