Skip to content

Commit

Permalink
Merge branch '1.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Feb 11, 2013
2 parents 89f8c8b + 25db5be commit ad39d7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<echo>Creating api documentation using PHP documentor</echo>
<echo>Writing to ${sabredav.apidocspath}</echo>
<exec command="phpdoc parse -t ${sabredav.apidocspath} -d lib/" passthru="1" />
<exec command="bin/phpdocmd ${sabredav.apidocspath}/structure.xml ${sabredav.apidocspath}" passthru="1" />
<delete file="${sabredav.apidocspath}/structure.xml" />
<exec command="bin/phpdocmd ${sabredav.apidocspath}/structure.xml ${sabredav.apidocspath} --lt %c" passthru="1" />
<!--<delete file="${sabredav.apidocspath}/structure.xml" />-->

</target>

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"require-dev" : {
"phpunit/phpunit" : "3.7.*",
"evert/phpdoc-md" : "0.0.*",
"evert/phpdoc-md" : "~0.0.7",
"phing/phing" : "2.4.14"
},
"provide" : {
Expand Down

0 comments on commit ad39d7c

Please sign in to comment.