From 3f5e3f61a87346e856b050b6124c60f360ebd152 Mon Sep 17 00:00:00 2001 From: Stephane Poirier Date: Sat, 1 Oct 2016 13:05:26 -0400 Subject: [PATCH] Fix typo and missing dependency in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c4182d..d1ba903 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ API Documentation: http://wjwwood.github.com/serial/doc/1.1.0/index.html * [Python](http://www.python.org) - scripting language * [empy](http://www.alcyone.com/pyos/empy/) - Python templating library * [catkin_pkg](http://pypi.python.org/pypi/catkin_pkg/) - Runtime Python library for catkin +* [Doxygen](http://www.doxygen.org/) - Documentation generation tool ### Install @@ -38,7 +39,7 @@ Build and run the tests: Build the documentation: - make docs + make doc Install: