From 48060c3b86556ea2b6d41b1796b020974e2363fc Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Thu, 4 Jun 2020 15:34:16 +0200 Subject: [PATCH] [fix] Ignore sha2.lua in doc generation (#6229) Otherwise it'll choke on the comments in that file. See . Accidentally introduced in . --- doc/config.ld | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/config.ld b/doc/config.ld index 8328b1062..c4438a81b 100644 --- a/doc/config.ld +++ b/doc/config.ld @@ -22,4 +22,5 @@ file = { '../frontend', '../base/ffi', '../platform/android/luajit-launcher/assets', + exclude = {'../base/ffi/sha2.lua'}, }