From 521176bf039b5c49c9e506c9c1f8a13aaf7161f7 Mon Sep 17 00:00:00 2001 From: heck Date: Fri, 15 Jan 2021 15:47:00 +0100 Subject: [PATCH] Rewrite README.md from scratch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cf4356..f41b5b6 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The default make target is `compile`. * `make clean-all` Equals `make clean` and `make clean-doc` -### Generate API Documentation +### Doc In order to generate the API doc you need to have doxygen installed on your system. * `make doc`