created xml branch

This commit is contained in:
Kevin Jahns 2014-09-26 12:07:44 +02:00
parent 09cd9f3394
commit 98b1a8f660

View File

@ -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()