From cc8510210a4ba97bdc4ea1961ab12afa8791a977 Mon Sep 17 00:00:00 2001 From: janw Date: Fri, 30 Sep 2005 11:47:15 +0000 Subject: [PATCH] Updated Documentation. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1446 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gen_function_list.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/gen_function_list.php b/gen_function_list.php index abf73abd1..ec652fa38 100755 --- a/gen_function_list.php +++ b/gen_function_list.php @@ -20,16 +20,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* This file builds a list of used php_functions in all files matching $pattern - * (walks recursively through current directory but skips dirs matching $skip_dirs). - * - * 1. builds an array of filenames - * 2. get contents from files - * 2. fetches user defined functions using content - * 3. fetches functions calls using content - * 4. checks function calls for matching known functions - */ - include('include/functions_test.inc'); // Build Array of called functions -- 2.30.2