From 66a9640d9c4d1101ae5cc986e4e0c86c20262f25 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 13 Aug 2025 19:59:04 +0530 Subject: Add docs for events and event opts + document web.json --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 \ -- cgit v1.3.1