1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[task/phpdoc] Make phpdoctor output quiet instead of verbose.

PHPBB3-9943
This commit is contained in:
Nils Adermann
2011-01-07 14:15:22 +01:00
parent a1731d5e6e
commit c3fe0d99f9

View File

@@ -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.