From 0198d827bffc73e36ff5ee94b29958a97c3f2c07 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Thu, 7 Jan 2016 02:59:48 +0100 Subject: [PATCH] Build scripts: Add file comments --- _build/deploy-phpdoc.sh | 9 +++++++++ _build/generate-phpdoc.sh | 9 +++++++++ 2 files changed, 18 insertions(+) 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