Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions build-api-reference
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

DOC_ROOT=${1:-doc/api}

# Remove all documentation pages
rm -rf ${DOC_ROOT}/*

# Build classes documentation
env PHP_VERSION=7.2 phpdoc gen:pages --docs-root ${DOC_ROOT} --template class.md.twig --namespace Yannoff\\Component\\Console --exclude Yannoff\\Component\\Console\\Tests\\Command\\HelloCommand --exclude Yannoff\\Component\\Console\\Internal\\Version

Expand Down
Loading