diff --git a/_build/deploy-phpdoc.sh b/_build/deploy-phpdoc.sh index 2e6816e..dea8366 100755 --- a/_build/deploy-phpdoc.sh +++ b/_build/deploy-phpdoc.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +## +# Deploys phpDoc class documentation +# +# @author Daniel Rudolf +# @link http://picocms.org +# @license http://opensource.org/licenses/MIT +# + set -e # environment variables diff --git a/_build/generate-phpdoc.sh b/_build/generate-phpdoc.sh index 0728ca6..f22432a 100755 --- a/_build/generate-phpdoc.sh +++ b/_build/generate-phpdoc.sh @@ -1,4 +1,13 @@ #!/usr/bin/env bash + +## +# Generates phpDoc class documentation +# +# @author Daniel Rudolf +# @link http://picocms.org +# @license http://opensource.org/licenses/MIT +# + set -e # parameters