From f93722a185a0b432bbb2f36709c4ea1f1cfd4e19 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 29 May 2015 11:09:07 +0100 Subject: Add doxygen stuff. --- cscript | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cscript') diff --git a/cscript b/cscript index f7e34b6..101da69 100644 --- a/cscript +++ b/cscript @@ -15,3 +15,8 @@ def test(target): if target.platform != 'windows': target.set('LC_ALL', 'C') target.command('./run-tests.sh') + +def make_doxygen(target): + os.makedirs('build/doc') + target.command('doxygen') + return os.path.abspath('build/doc/html') -- cgit v1.2.3