aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-01-07 14:22:29 +0100
committerNils Adermann <naderman@naderman.de>2011-01-07 14:22:29 +0100
commit08f6a12325ab02696e0093ff7ddfb005dd7d2321 (patch)
tree28258aad2de0d1befb77a4c1575d21aa539bba0a /build
parentdf9971d88316566f8720ac2fcc8f3e927c3527b8 (diff)
parent7a2348bf7f0ee67856cc5ae15591b7d1b7c48763 (diff)
downloadforums-08f6a12325ab02696e0093ff7ddfb005dd7d2321.tar
forums-08f6a12325ab02696e0093ff7ddfb005dd7d2321.tar.gz
forums-08f6a12325ab02696e0093ff7ddfb005dd7d2321.tar.bz2
forums-08f6a12325ab02696e0093ff7ddfb005dd7d2321.tar.xz
forums-08f6a12325ab02696e0093ff7ddfb005dd7d2321.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [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.