Skip to content

Commit e516fbe

Browse files
committed
Add phpdox for some API docs goodness
1 parent 4b4beb4 commit e516fbe

File tree

5 files changed

+424
-42
lines changed

5 files changed

+424
-42
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/vendor/
2+
build/
3+
docs/

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^6.1",
20-
"squizlabs/php_codesniffer": "^3.0"
20+
"squizlabs/php_codesniffer": "^3.0",
21+
"theseer/phpdox": "~0.10"
2122
},
2223
"scripts": {
2324
"phpcs": "phpcs --standard=PSR2 src",
25+
"docs": "phpdox",
2426
"test": "phpunit -c tests/phpunit.xml"
2527
}
2628
}

0 commit comments

Comments
 (0)