From fe80682515df6e53ac562bf67af65d5bb74c4bdc Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Mon, 12 Jul 2021 09:02:33 -0700 Subject: [PATCH] Change API directory name --- docs/gendoc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gendoc.sh b/docs/gendoc.sh index 8cdda6b..7e1bd62 100644 --- a/docs/gendoc.sh +++ b/docs/gendoc.sh @@ -7,7 +7,7 @@ config="${docs}/config.ld" cd "${root}" # Clean old files -rm -rf "${docs}/api" +rm -rf "${docs}/reference" # Create new files -ldoc -c "${config}" -d "${docs}/api" "${root}/api.lua" +ldoc -c "${config}" -d "${docs}/reference" "${root}/api.lua"