Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Reno Reckling committed Jul 31, 2014
1 parent 79195a5 commit 81ebfc5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpdox.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<history enabled="true" limit="15" />
</source>
<source type="checkstyle" />
<!-- alternative checkstyler to support phpcs xml output -->
<!-- <source type="phpcs" /> -->
<source type="pmd" />
<source type="phploc" />
<source type="phpunit">
Expand Down
9 changes: 9 additions & 0 deletions src/config/skeleton.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@
<!-- <file name="logs/checkstyle.xml" /> -->
<!--</source> -->

<!-- enrichment source -->
<!--<source type="phpcs">-->
<!-- @type - the handler for the enrichment -->
<!-- known types by default are: checkstyle, pmd, clover, phpunit, phpcs -->

<!-- every enrichment source can have additional configuration nodes, most probably need a logfile -->
<!-- <file name="logs/phpcs.xml" /> -->
<!--</source> -->

<!-- PHPMessDetector -->
<!--
<source type="pmd">
Expand Down

0 comments on commit 81ebfc5

Please sign in to comment.