]> git.mxchange.org Git - mailer.git/blobdiff - DOCS/todo-builder.sh
Added more wrapper, commented out another noisy debug line
[mailer.git] / DOCS / todo-builder.sh
old mode 100644 (file)
new mode 100755 (executable)
index cabf20a..b3de570
@@ -1,18 +1 @@
-#!/bin/sh
-
-# This script helps building the file DOCS/TODOs.txt and should be executed by
-# developers with SVN write-access
-
-if ! test -e "modules.php"; then
-  echo "$0: Please execute this script from root directory."
-  exit 1
-fi
-
-echo "$0: Generating TODOs.txt..."
-echo "### WARNING: THIS FILE IS AUTO-GENERATED BY $0 ###" > DOCS/TODOs.txt
-echo "### DO NOT EDIT THIS FILE. ###" >> DOCS/TODOs.txt
-find -type f -name "*.php" -exec grep -Hin "@TODO" {} \; | sort >> DOCS/TODOs.txt
-echo "### ### DEPRECATION FOLLOWS: ### ###" >> DOCS/TODOs.txt
-find -type f -name "*.php" -exec grep -Hin "@DEPRECATED" {} \; | sort >> DOCS/TODOs.txt
-echo "$0: Done."
-exit 0
+#@DEPRECATED