diff options
author | Nils Adermann <naderman@naderman.de> | 2011-01-07 14:22:15 +0100 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2011-01-07 14:22:15 +0100 |
commit | 7a2348bf7f0ee67856cc5ae15591b7d1b7c48763 (patch) | |
tree | 18b9db2d16285170a1253d3a1b92cc00a77f95ac /build | |
parent | 480978db41d82026bf8cfa9760331f4421ab0bd3 (diff) | |
parent | c3fe0d99f913b105a5ac9d3c74905f756fcb2b4b (diff) | |
download | forums-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.ini | 4 |
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. |