aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-08-13 19:59:04 +0530
committerAkshay Nair <phenax5@gmail.com>2025-08-15 08:18:42 +0530
commit66a9640d9c4d1101ae5cc986e4e0c86c20262f25 (patch)
tree94d268564550bf5b5e71ee44dc368773d2770478 /Makefile
parentec909d4211cd124a23f2ea878cc961b8b53f651a (diff)
downloadnull-browser-66a9640d9c4d1101ae5cc986e4e0c86c20262f25.tar.gz
null-browser-66a9640d9c4d1101ae5cc986e4e0c86c20262f25.zip
Add docs for events and event opts + document web.json
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 87f0571..5c86d6d 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,7 @@ check: fmt
clang-tidy --config-file=.clang-tidy ./src/**/*.{hpp,cpp}
docs:
+ rm -rf ./docs/api;
# API reference pages
ldoc -p null-browser -t "Null browser api" \
--merge --ignore --lls \