From 9b2761a41dfae39bba74871bd63c5cfb6215f0b8 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 15 Jun 2015 22:17:48 -0400 Subject: [PATCH] add :doxygen rake task --- Rakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rakefile b/Rakefile index c101058..25ae11b 100644 --- a/Rakefile +++ b/Rakefile @@ -18,6 +18,10 @@ task :lib do end end +task :doxygen do + sh(*%w[doxygen Doxyfile]) +end + task :test do base_env.clone do |env| env.build_root = "build/test"