From a6071c609a28d8f17f0522c099f78bf1d768e2dc Mon Sep 17 00:00:00 2001 From: hasufell Date: Sat, 28 Jun 2014 13:03:40 +0200 Subject: [PATCH] DOC: add doxygen to deps --- README.md | 1 + include/doxygen.dox | 1 + src/doxygen.dox | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index fc308e3..8340f16 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ implementation with the primary goal of learning. * glib-2.0 * lz4 (https://code.google.com/p/lz4) * cunit (for the tests only) +* doxygen (for the documentation only) * pkgconfig (for the build only) ### Compiling the library diff --git a/include/doxygen.dox b/include/doxygen.dox index 7ea7ffb..7eee0b1 100644 --- a/include/doxygen.dox +++ b/include/doxygen.dox @@ -33,6 +33,7 @@ This library was written for Linux systems. Support for windows will not be adde \* glib-2.0 \* lz4 \* cunit (for the tests only) + \* doxygen (for the documentation only) \* pkg-config (for the build only) \section install_sec Installation diff --git a/src/doxygen.dox b/src/doxygen.dox index 6fa5fa8..bc65d9a 100644 --- a/src/doxygen.dox +++ b/src/doxygen.dox @@ -23,6 +23,7 @@ This library was written for Linux systems. Support for windows will not be adde \* glib-2.0 \* lz4 \* cunit (for the tests only) + \* doxygen (for the documentation only) \* pkg-config (for the build only) \section install_sec Installation