From 70f93488b93e8baa5b090d427019e70da933eb33 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 31 May 2023 13:28:14 +0200 Subject: docs: add initial JSDoc infrastructure Introduce the infrastructure for building ucode module documentation using JSDoc annotations. To build the documentation, run `npm install` followed by `npm run doc`. Signed-off-by: Jo-Philipp Wich --- docs/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/README.md (limited to 'docs') diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..17fffbe --- /dev/null +++ b/docs/README.md @@ -0,0 +1,5 @@ +# ucode Documentation + +## Module Reference + + - [ucode module documentation](index.html) -- cgit v1.2.3