From c3fe0d99f913b105a5ac9d3c74905f756fcb2b4b Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Fri, 7 Jan 2011 14:15:22 +0100 Subject: [PATCH] [task/phpdoc] Make phpdoctor output quiet instead of verbose. PHPBB3-9943 --- build/phpdoc-phpbb.ini | 4 ++-- 1 file 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.