diff options
author | ctrlaltca@gmail.com <> | 2011-11-19 11:33:31 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-11-19 11:33:31 +0000 |
commit | 98dbe6f0d2edfff3a1f5785504504b4a6e5dd4eb (patch) | |
tree | 89f19120abb170cb37bb512c8c9535eb2b451da8 /buildscripts/PhpDocumentor/phpDocumentor.ini | |
parent | 1f09b786730956d01c48a82272617a0f8b2597f0 (diff) |
updating phpDocumentor, part 2: add new version
Diffstat (limited to 'buildscripts/PhpDocumentor/phpDocumentor.ini')
-rw-r--r-- | buildscripts/PhpDocumentor/phpDocumentor.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/PhpDocumentor/phpDocumentor.ini b/buildscripts/PhpDocumentor/phpDocumentor.ini index bbb01631..161f5cba 100644 --- a/buildscripts/PhpDocumentor/phpDocumentor.ini +++ b/buildscripts/PhpDocumentor/phpDocumentor.ini @@ -10,6 +10,7 @@ PHPDOCUMENTOR_DEBUG = false PHPDOCUMENTOR_KILL_WHITESPACE = false
[_phpDocumentor_options]
+memory_limit = 512;
;; this is the value that will be displayed as the root directory
Program_Root =
;; uncomment this to set the path phpDocumentor looks in to find user files
|