Build scripts: Add file comments

pico-3.0-alpha
Daniel Rudolf 10 years ago
parent ff59c61c08
commit 0198d827bf
  1. 9
      _build/deploy-phpdoc.sh
  2. 9
      _build/generate-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

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

Loading…
Cancel
Save