Build scripts: Add file comments

This commit is contained in:
Daniel Rudolf 2016-01-07 02:59:48 +01:00
parent ff59c61c08
commit 0198d827bf
2 changed files with 18 additions and 0 deletions

View file

@ -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

View file

@ -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