From 98b1a8f660d739531ffae6b35ae64f6e6254a549 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Fri, 26 Sep 2014 12:07:44 +0200 Subject: [PATCH] created xml branch --- gulpfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.coffee b/gulpfile.coffee index 40f95279..338b8c19 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -103,7 +103,7 @@ gulp.task 'literate', -> gulp.task 'upload', [], ()-> run('scp -r ./build ./examples jahns@manet.informatik.rwth-aachen.de:/home/jahns/public_html/collaborative_preview/').exec() -gulp.task 'codo', [], ()-> +gulp.task 'codo', [], ()-> command = 'codo -o "./doc" --name "Yatta!" --readme "README.md" --undocumented false --private true --title "Yatta! API" ./lib - LICENSE.txt ' run(command).exec()