From 4be51a7bee682200d73a6e055a0954b74b78082a Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Mon, 30 Nov 2015 00:52:19 +0100 Subject: [PATCH] Refactor phpDoc generation --- .gitignore | 10 +++++---- .phpdoc.xml | 39 +++++++++++++++++++-------------- _build/deploy-phpdoc-branch.sh | 4 +++- _build/deploy-phpdoc-release.sh | 4 +++- _build/generate-phpdoc.sh | 13 ++++++----- 5 files changed, 42 insertions(+), 28 deletions(-) diff --git a/.gitignore b/.gitignore index 67a9029..7163361 100644 --- a/.gitignore +++ b/.gitignore @@ -10,15 +10,17 @@ desktop.ini .DS_Store ._* -# Travis -/_build/phpdoc-*/ -/_build/phpdoc-*.git/ - # Composer /composer.lock /composer.phar /vendor +# phpDocumentor +/_build/phpdoc/ +/_build/phpdoc.cache/ +/_build/phpdoc-*/ +/_build/phpdoc-*.git/ + # User config /config/config.php diff --git a/.phpdoc.xml b/.phpdoc.xml index 37619cb..c46b6da 100644 --- a/.phpdoc.xml +++ b/.phpdoc.xml @@ -1,25 +1,32 @@ + <![CDATA[Pico 1.0 API Documentation]]> + + _build/phpdoc.cache + + + _build/phpdoc + + +