From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1P9KkU-0002c8-Vh for barebox@lists.infradead.org; Fri, 22 Oct 2010 16:45:48 +0000 From: Robert Schwebel Date: Fri, 22 Oct 2010 18:44:54 +0200 Message-Id: <1287765924-1856-3-git-send-email-r.schwebel@pengutronix.de> In-Reply-To: <1287765924-1856-1-git-send-email-r.schwebel@pengutronix.de> References: <1287765924-1856-1-git-send-email-r.schwebel@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 02/32] Doxyfile: enable quiet output To: barebox@lists.infradead.org We set the output to "quiet" in order to see the warnings. Signed-off-by: Robert Schwebel --- Doxyfile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doxyfile b/Doxyfile index 40bcb2f..6c04afe 100644 --- a/Doxyfile +++ b/Doxyfile @@ -424,7 +424,7 @@ FILE_VERSION_FILTER = # The QUIET tag can be used to turn on/off the messages that are generated # by doxygen. Possible values are YES and NO. If left blank NO is used. -QUIET = NO +QUIET = YES # The WARNINGS tag can be used to turn on/off the warning messages that are # generated by doxygen. Possible values are YES and NO. If left blank -- 1.7.2.3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox