aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-08-12 00:57:42 +0530
committerAkshay Nair <phenax5@gmail.com>2025-08-12 00:57:42 +0530
commit211e953db7775a1192a5535041e9abb7588bc5fa (patch)
treec902d10ee6985f285b71ac5359bc4e2b7d0816a8 /Makefile
parent0623db559013a321d3d87a064c0defb9e01763dc (diff)
downloadnull-browser-211e953db7775a1192a5535041e9abb7588bc5fa.tar.gz
null-browser-211e953db7775a1192a5535041e9abb7588bc5fa.zip
Move generated api reference dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1272245..74aea05 100644
--- a/Makefile
+++ b/Makefile
@@ -46,9 +46,16 @@ check: fmt
clang-tidy --config-file=.clang-tidy ./src/**/*.{hpp,cpp}
docs:
+ # API reference pages
ldoc -p null-browser -t "Null browser api" \
--merge --ignore --lls \
+ --dir ./docs/api \
./lua/null-browser/
+ # Symbols json
+ ldoc --merge --ignore --lls \
+ ./lua/null-browser/ \
+ --dir ./docs/api \
+ --filter ldoc_json_filter.lua;
# appimage:
# nix bundle --bundler github:ralismark/nix-appimage