From 5e28be930fac24f45d59994ea7d68e667ea7b5ed Mon Sep 17 00:00:00 2001 From: Andrey Popov Date: Tue, 1 Nov 2016 19:11:40 +0100 Subject: [PATCH] Add a link to doxygen documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 760698f..97e6059 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,5 @@ The framework supports multithreaded processing. Out of the box, the framework supports reading files with events produced by the [PEC-tuples](https://github.com/andrey-popov/PEC-tuples) package. However, it is possible to read files of a custom format if user implements appropriate reader plugins. + +The framework is documented at [GitHub pages](http://andrey-popov.github.io/mensura/), including doxygen documentation.