From patchwork Tue Jan 8 13:21:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 176 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 9AA4660B21 for ; Tue, 8 Jan 2019 14:21:13 +0100 (CET) Received: from localhost.localdomain (cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 082A65A5; Tue, 8 Jan 2019 14:21:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1546953673; bh=GWQ+lM4dnwJ/qi7HEOTrfZh5LR8x/0hFHPj7qK9cfYo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tIvl4Yx4adVrjUxb+NuhiYieilumbdzrMz5WcjzU2fhfYvPQkVuelJltz5VZqo4iO HcPZqWkXhgXZOAJLEFjAzmF6ACdvyHWZkxHoKATJ0iUCT4DhN1JK2PXz+MepszeXsl YIQ4MhPdGn1elnD5okEBeq8yy+mz2GOUHl35MQ2M= From: Kieran Bingham To: LibCamera Devel Date: Tue, 8 Jan 2019 13:21:05 +0000 Message-Id: <20190108132106.24906-2-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190108132106.24906-1-kieran.bingham@ideasonboard.com> References: <20190108132106.24906-1-kieran.bingham@ideasonboard.com> Subject: [libcamera-devel] [PATCH 1/2] Documentation: Suppress normal doxygen output X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2019 13:21:13 -0000 Enable the QUIET mode of Doxygen so that warnings and errors from Doxygen are more prominent in the build logs. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- Documentation/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in index b1a70d36eee5..335664dbcbf0 100644 --- a/Documentation/Doxyfile.in +++ b/Documentation/Doxyfile.in @@ -725,7 +725,7 @@ CITE_BIB_FILES = # messages are off. # The default value is: NO. -QUIET = NO +QUIET = YES # The WARNINGS tag can be used to turn on/off the warning messages that are # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES