From patchwork Fri Aug 27 10:33:33 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 13541 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id CE9D7BD87C for ; Fri, 27 Aug 2021 10:33:41 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 6BFD36893C; Fri, 27 Aug 2021 12:33:40 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="B8ngale6"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 3027B68895 for ; Fri, 27 Aug 2021 12:33:39 +0200 (CEST) Received: from Monstersaurus.local (cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id C0A8F739; Fri, 27 Aug 2021 12:33:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1630060418; bh=+g6/S5k2GtjosIb1hJISs0OeiRb8FNyRyYxm325Bxtc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=B8ngale6TW+Ex8SY5OJemNbGEjCTFRj4xruYwX6b281U6Qx0bhjzRyiA5ACTnTw6d xuO5Sjy2aYpp7JsI9zeKeY8QlzQ7i0ybPvylu3FuFbhA23kAPS4nYECAYLQULXfV2J oEb5ojkMamd2+S1FUiT6S7EkZIrXapO87M43owTo= From: Kieran Bingham To: libcamera devel Date: Fri, 27 Aug 2021 11:33:33 +0100 Message-Id: <20210827103334.350416-2-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210827103334.350416-1-kieran.bingham@ideasonboard.com> References: <20210827103334.350416-1-kieran.bingham@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 1/2] Documentation: Remove obsoleted config X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The CLASS_DIAGRAMS option has become obsolete, and we already define the default value. Remove it. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- Documentation/Doxyfile.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in index dc03cbea4b02..49355bf6a9ff 100644 --- a/Documentation/Doxyfile.in +++ b/Documentation/Doxyfile.in @@ -2110,15 +2110,6 @@ EXTERNAL_PAGES = YES # Configuration options related to the dot tool #--------------------------------------------------------------------------- -# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram -# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to -# NO turns the diagrams off. Note that this option also works with HAVE_DOT -# disabled, but it is recommended to install and use dot, since it yields more -# powerful graphs. -# The default value is: YES. - -CLASS_DIAGRAMS = YES - # You can include diagrams made with dia in doxygen documentation. Doxygen will # then run dia to produce the diagram and insert it in the documentation. The # DIA_PATH tag allows you to specify the directory where the dia binary resides. From patchwork Fri Aug 27 10:33:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 13542 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 5280ABD87C for ; Fri, 27 Aug 2021 10:33:43 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 06DBE6891F; Fri, 27 Aug 2021 12:33:43 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="KuMU9RW9"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 5F3A56890C for ; Fri, 27 Aug 2021 12:33:39 +0200 (CEST) Received: from Monstersaurus.local (cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 04239BB0; Fri, 27 Aug 2021 12:33:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1630060419; bh=ALL9YYOWmQVMdwCEaRZ++eQGgDIbxu9C9Ziq+k4IJYg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KuMU9RW9xqgE84qwUSgNxQ2wFwmsn0RKT45MkhxUH2li2NZtDZV7jA4+5dgV28HUW jVJXLWSq6402WiGW1EnOLmD8nAANstF68b5gEM/I3tmj+deGfAp7K8crZsQBTT4K4I EZmfimpsFbmHi+1aWthvTKPkCOlFfsFOBbJR0LcU= From: Kieran Bingham To: libcamera devel Date: Fri, 27 Aug 2021 11:33:34 +0100 Message-Id: <20210827103334.350416-3-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210827103334.350416-1-kieran.bingham@ideasonboard.com> References: <20210827103334.350416-1-kieran.bingham@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 2/2] Documentation: Explicitly enable Dot X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The dot package is identified as a required package for the Documentation, and already marked as a required dependency with meson. If meson can not find 'dot', then the documentation will not be built, so we can explicitly enable it in our Doxyfile. 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 49355bf6a9ff..24ccf0c066ee 100644 --- a/Documentation/Doxyfile.in +++ b/Documentation/Doxyfile.in @@ -2130,7 +2130,7 @@ HIDE_UNDOC_RELATIONS = YES # set to NO # The default value is: NO. -HAVE_DOT = NO +HAVE_DOT = YES # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed # to run in parallel. When set to 0 doxygen will base this on the number of