Browse Source

Build scripts: Add file comments

Daniel Rudolf 9 years ago
parent
commit
0198d827bf
2 changed files with 18 additions and 0 deletions
  1. 9 0
      _build/deploy-phpdoc.sh
  2. 9 0
      _build/generate-phpdoc.sh

+ 9 - 0
_build/deploy-phpdoc.sh

@@ -1,4 +1,13 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+
+##
+# Deploys phpDoc class documentation
+#
+# @author  Daniel Rudolf
+# @link    http://picocms.org
+# @license http://opensource.org/licenses/MIT
+#
+
 set -e
 set -e
 
 
 # environment variables
 # environment variables

+ 9 - 0
_build/generate-phpdoc.sh

@@ -1,4 +1,13 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+
+##
+# Generates phpDoc class documentation
+#
+# @author  Daniel Rudolf
+# @link    http://picocms.org
+# @license http://opensource.org/licenses/MIT
+#
+
 set -e
 set -e
 
 
 # parameters
 # parameters