{"id":13542,"url":"https://patchwork.libcamera.org/api/1.1/patches/13542/?format=json","web_url":"https://patchwork.libcamera.org/patch/13542/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20210827103334.350416-3-kieran.bingham@ideasonboard.com>","date":"2021-08-27T10:33:34","name":"[libcamera-devel,2/2] Documentation: Explicitly enable Dot","commit_ref":"183c834b939745d51e1530af586cb699ea6fd885","pull_url":null,"state":"accepted","archived":false,"hash":"1ef919e6adba4a3a86f138091c3ae5c1debf68b2","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/1.1/people/4/?format=json","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/13542/mbox/","series":[{"id":2408,"url":"https://patchwork.libcamera.org/api/1.1/series/2408/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=2408","date":"2021-08-27T10:33:32","name":"Documentation: Doxygen updates","version":1,"mbox":"https://patchwork.libcamera.org/series/2408/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/13542/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/13542/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 5280ABD87C\n\tfor <parsemail@patchwork.libcamera.org>;\n\tFri, 27 Aug 2021 10:33:43 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 06DBE6891F;\n\tFri, 27 Aug 2021 12:33:43 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 5F3A56890C\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 27 Aug 2021 12:33:39 +0200 (CEST)","from Monstersaurus.local\n\t(cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 04239BB0;\n\tFri, 27 Aug 2021 12:33:38 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"KuMU9RW9\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1630060419;\n\tbh=ALL9YYOWmQVMdwCEaRZ++eQGgDIbxu9C9Ziq+k4IJYg=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=KuMU9RW9xqgE84qwUSgNxQ2wFwmsn0RKT45MkhxUH2li2NZtDZV7jA4+5dgV28HUW\n\tjVJXLWSq6402WiGW1EnOLmD8nAANstF68b5gEM/I3tmj+deGfAp7K8crZsQBTT4K4I\n\tEZmfimpsFbmHi+1aWthvTKPkCOlFfsFOBbJR0LcU=","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","To":"libcamera devel <libcamera-devel@lists.libcamera.org>","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","Content-Transfer-Encoding":"8bit","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":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"The dot package is identified as a required package for the Documentation, and\nalready marked as a required dependency with meson.\n\nIf meson can not find 'dot', then the documentation will not be built,\nso we can explicitly enable it in our Doxyfile.\n\nSigned-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\n Documentation/Doxyfile.in | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)","diff":"diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in\nindex 49355bf6a9ff..24ccf0c066ee 100644\n--- a/Documentation/Doxyfile.in\n+++ b/Documentation/Doxyfile.in\n@@ -2130,7 +2130,7 @@ HIDE_UNDOC_RELATIONS   = YES\n # set to NO\n # The default value is: NO.\n \n-HAVE_DOT               = NO\n+HAVE_DOT               = YES\n \n # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed\n # to run in parallel. When set to 0 doxygen will base this on the number of\n","prefixes":["libcamera-devel","2/2"]}