docs: introduce documentation generator

ref: N25B-288
This commit is contained in:
Twirre Meulenbelt
2025-11-18 10:23:45 +01:00
parent 96bd1c697c
commit 000d221538
4 changed files with 228 additions and 1 deletions

View File

@@ -41,3 +41,10 @@ branch name != <type>/description-of-branch ,
commit name != <type>: description of the commit.
<ref>: N25B-Num's
## Documentation
Generate documentation webpages with the command:
```shell
typedoc --entryPointStrategy Expand src
```