From 3575ee9d26a087dbc407413fd6e833e514169f50 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 13 Jan 2020 18:50:00 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1a412ae..417be99 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ should facilitate creating bindings for other programming languages if needed. This library is still a work in progress, so api breaking changes may happen in the future. +## Documentation + +`src/UDPC.h` is documented with Doxygen style comments. The doxygen docs can be +created by invoking `doxygen Doxyfile` in the root directory of the project. + ## Compiling mkdir buildRelease