aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-01-07 14:22:15 +0100
committerNils Adermann <naderman@naderman.de>2011-01-07 14:22:15 +0100
commit7a2348bf7f0ee67856cc5ae15591b7d1b7c48763 (patch)
tree18b9db2d16285170a1253d3a1b92cc00a77f95ac /build
parent480978db41d82026bf8cfa9760331f4421ab0bd3 (diff)
parentc3fe0d99f913b105a5ac9d3c74905f756fcb2b4b (diff)
downloadforums-7a2348bf7f0ee67856cc5ae15591b7d1b7c48763.tar
forums-7a2348bf7f0ee67856cc5ae15591b7d1b7c48763.tar.gz
forums-7a2348bf7f0ee67856cc5ae15591b7d1b7c48763.tar.bz2
forums-7a2348bf7f0ee67856cc5ae15591b7d1b7c48763.tar.xz
forums-7a2348bf7f0ee67856cc5ae15591b7d1b7c48763.zip
Merge branch 'task/naderman/phpdoc' into develop-olympus
* task/naderman/phpdoc: [task/phpdoc] Make phpdoctor output quiet instead of verbose.
Diffstat (limited to 'build')
-rw-r--r--build/phpdoc-phpbb.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/phpdoc-phpbb.ini b/build/phpdoc-phpbb.ini
index deaae4c19c..f1a7a4bee5 100644
--- a/build/phpdoc-phpbb.ini
+++ b/build/phpdoc-phpbb.ini
@@ -32,8 +32,8 @@ source_path = "../phpBB/"
; than warnings and errors. Verbose mode outputs additional messages during
; execution.
-;quiet = on
-verbose = on
+quiet = on
+;verbose = on
; Select the doclet to use for generating output.