From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 23FA4A04B5; Wed, 30 Sep 2020 16:32:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CD5341DACE; Wed, 30 Sep 2020 16:32:32 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id CE1351D64E for ; Wed, 30 Sep 2020 16:32:31 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 16DE45C0170; Wed, 30 Sep 2020 10:32:30 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 30 Sep 2020 10:32:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= Wqiy+6YfJYmju017dSbxoUIH+dXHB5K2s4FV6Lun7NI=; b=p7DECKBy9pMgMNXY T7jyIac64OrpoklW62hNoCqTP8RZVkQTzSVP7dA5U/0qy5xHyIUl5JBsCl4WXbFY rnCUQ2zOCqJOOhQNy5JKWUrSbln15vn19wA+tv8F7AHfVVHi7S6goZq8/0zm6m1E T9aVDeOkalViQq4+ypiQadmAy5qPxfKKyfad3J5pHY1PZ4qjdYnKTUdfXfTt2FOH UhTlNRNBMkK7HGKsORwnabF9UGbIs/f/2GkFLYS/8CcVXR7OQBBsXJlvDqV42YuQ yoKJJX6TO13SxqHowYZKAFZlKFbfU6YCZikKspp0Wz7uuE3967sNhbH/ByUXbZtJ JeVCZw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=Wqiy+6YfJYmju017dSbxoUIH+dXHB5K2s4FV6Lun7 NI=; b=Nk2WrQkbV0iKaM32Y3wS/JHlJTZMNT715X7QbpHutL++YZSgC9KejxiKA iwH455XEwYE2t4na47QCorTzHhWDOtlsR9rb9uJBwhnZmcmB442RgJ2xcCJordA3 8qprSSLQKb+LHmsJZnx0QsynfB6MQZ4RCDIkdeLHTYaVbLl/RGNQ02bvXqK7kRfT U1s52r7kMahvC8CVqasjSpWxrHcntgHgFjhSkvTYwy1rsvMcjzzR5v4TQ1SI38s0 11HN9DSUutPEw+i8n3vWO6IyCUbNpVOo4I9LAJaD6B+1Jb6hA5Xu6hVlvPY5yZnr HalDVioATOVhLackaMBmAqtK9KjoQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrfedvgdejgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucfkphepjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuih iivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 402F53064688; Wed, 30 Sep 2020 10:32:29 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Wed, 30 Sep 2020 16:32:27 +0200 Message-ID: <4666152.Ah1uSTbYoE@thomas> In-Reply-To: <20200929165502.336919-1-bruce.richardson@intel.com> References: <20200929153413.280581-1-bruce.richardson@intel.com> <20200929165502.336919-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/6] improve building docs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > When building the documentation, a lot of text is output, meaning that > any warnings can be missed in all the text. Unfortunately, ninja merges > both stderr and stdout of all tasks so one cannot just redirect stdout to > a separate location as part of the build command to rectify that. > Therefore, since we rarely care about the output of the doc builds, only > output the stderr text and write the standard output text to a log file > in the relevant build folder (i.e. build/doc/guides or build/doc/api) > > Related to this, we can catch documentation bugs earlier by setting > WARN_AS_ERRORS for doxygen, meaning the build will fail if any API > documentation warnings as encountered. Rather than setting this globally, > we can link it to the global build --werror setting. Applied with suggested minor change, and without ethdev fix. Thanks