Doxfile in shaddox-0.0.28 vs Doxfile in shaddox-0.0.29

- old
+ new

@@ -20,10 +20,12 @@ task :foobar => :foo do sh "echo 'bar'" end task :install do - repo_deploy :profile, "~/repo_test/profile" + repo_deploy :profile, "~/repo_test/profile" do + ln_s './current', '/var/www/profile' + end end task :broken => :foo do sh "notacommand" end