forked from php-tmdb/api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e5e04fa
commit 4be539c
Showing
4 changed files
with
35 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
/bin | ||
/docs | ||
/build/* | ||
!/build/phpmd.xml | ||
!/build/phpdox.xml | ||
/vendor/ | ||
/composer.lock | ||
/*.php | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<phpdox xmlns="http://phpdox.net/config"> | ||
<project name="php-tmdb-api" source="${basedir}/lib" workdir="${basedir}/docs/xml"> | ||
<collector backend="parser" /> | ||
|
||
<generator output="${basedir}/build/api"> | ||
<enrich base="${basedir}/build"> | ||
<source type="build" /> | ||
|
||
<source type="git"> | ||
<git binary="/usr/bin/git" /> | ||
<history enabled="true" limit="25" cache="${phpDox.project.workdir}/gitlog.xml" /> | ||
</source> | ||
|
||
<source type="phploc"> | ||
<file name="logs/phploc.xml" /> | ||
</source> | ||
|
||
<source type="checkstyle"> | ||
<file name="logs/checkstyle.xml" /> | ||
</source> | ||
|
||
<source type="pmd"> | ||
<file name="logs/pmd.xml" /> | ||
</source> | ||
|
||
</enrich> | ||
|
||
<build engine="html" output="html"/> | ||
</generator> | ||
</project> | ||
</phpdox> |
Empty file.
This file was deleted.
Oops, something went wrong.