aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-08-08 09:47:52 +0530
committerAkshay Nair <phenax5@gmail.com>2025-08-08 09:49:50 +0530
commit4ecfe688a016232656b383f82da4d6e2ba75a328 (patch)
treefd10c2f30273297ff53b635187aa7872d858b0b0 /Makefile
parent705cb51d5c2c3da80bdf8bfab8381f0ab05b6b32 (diff)
downloadnull-browser-4ecfe688a016232656b383f82da4d6e2ba75a328.tar.gz
null-browser-4ecfe688a016232656b383f82da4d6e2ba75a328.zip
Generate docs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23f8f82..1272245 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: clean build build-release dev-setup build-dev install build-source test run check fmt
+.PHONY: clean build build-release dev-setup build-dev install build-source test run check fmt docs
all: build-dev
@@ -45,6 +45,11 @@ fmt:
check: fmt
clang-tidy --config-file=.clang-tidy ./src/**/*.{hpp,cpp}
+docs:
+ ldoc -p null-browser -t "Null browser api" \
+ --merge --ignore --lls \
+ ./lua/null-browser/
+
# appimage:
# nix bundle --bundler github:ralismark/nix-appimage