{"id":20801,"url":"https://patchwork.libcamera.org/api/1.1/patches/20801/?format=json","web_url":"https://patchwork.libcamera.org/patch/20801/","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":"<20240805143654.20870-16-laurent.pinchart@ideasonboard.com>","date":"2024-08-05T14:36:51","name":"[v5,15/18] Documentation: Split doxygen_input in public and internal inputs","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"6f1e0ebae84a7eccd0fb6fb249c32c822a00fe0f","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/1.1/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/20801/mbox/","series":[{"id":4488,"url":"https://patchwork.libcamera.org/api/1.1/series/4488/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=4488","date":"2024-08-05T14:36:36","name":"Split libcamera documentation in public and internal APIs","version":5,"mbox":"https://patchwork.libcamera.org/series/4488/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/20801/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/20801/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 D472CC323E\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon,  5 Aug 2024 14:38:05 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 5A839633CB;\n\tMon,  5 Aug 2024 16:38:05 +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 A0628633BA\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon,  5 Aug 2024 16:37:38 +0200 (CEST)","from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi\n\t[81.175.209.231])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 1A664581\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon,  5 Aug 2024 16:36:47 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"unjAAZR3\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1722868607;\n\tbh=e3lHYmv0D/SfbZHbgIE9a1/bKT7GpUx1wM6BVpMgfcE=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=unjAAZR37NsgjyCH6npIQ484F06/rIq9VTjbtm78RC0k9VqjClpsUPVdO35cAwP6u\n\tDrHFsxJcvUtXp7nkfEFXqukDCJT5y/84dhSe91io9+8sQnBJ2oQ/6XL1tcLC5DwoxG\n\tdKDvWilOCoYmWBpzWagVcN0fd0nsgPntMKNofxIo=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Subject":"[PATCH v5 15/18] Documentation: Split doxygen_input in public and\n\tinternal inputs","Date":"Mon,  5 Aug 2024 17:36:51 +0300","Message-ID":"<20240805143654.20870-16-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.44.2","In-Reply-To":"<20240805143654.20870-1-laurent.pinchart@ideasonboard.com>","References":"<20240805143654.20870-1-laurent.pinchart@ideasonboard.com>","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","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":"To prepare for splitting the API documentation in public and internal\ndocuments, split the doxygen_input list in the public and internal\ncounterparts.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n Documentation/meson.build | 25 ++++++++++++++++---------\n 1 file changed, 16 insertions(+), 9 deletions(-)","diff":"diff --git a/Documentation/meson.build b/Documentation/meson.build\nindex 070420715bd1..1d84ed815b50 100644\n--- a/Documentation/meson.build\n+++ b/Documentation/meson.build\n@@ -28,27 +28,34 @@ if doxygen.found() and dot.found()\n                               output : 'Doxyfile',\n                               configuration : cdata)\n \n-    doxygen_input = [\n-        doxyfile,\n-        libcamera_base_headers,\n+    doxygen_public_input = [\n+        libcamera_base_public_headers,\n         libcamera_base_public_sources,\n-        libcamera_base_internal_sources,\n-        libcamera_internal_headers,\n-        libcamera_ipa_headers,\n-        libcamera_ipa_interfaces,\n         libcamera_public_headers,\n         libcamera_public_sources,\n+    ]\n+\n+    doxygen_internal_input = [\n+        libcamera_base_private_headers,\n+        libcamera_base_internal_sources,\n+        libcamera_internal_headers,\n         libcamera_internal_sources,\n+        libcamera_ipa_headers,\n+        libcamera_ipa_interfaces,\n         libipa_headers,\n         libipa_sources,\n     ]\n \n     if is_variable('ipu3_ipa_sources')\n-        doxygen_input += [ipu3_ipa_sources]\n+        doxygen_internal_input += [ipu3_ipa_sources]\n     endif\n \n     custom_target('doxygen',\n-                  input : doxygen_input,\n+                  input : [\n+                      doxyfile,\n+                      doxygen_public_input,\n+                      doxygen_internal_input,\n+                  ],\n                   output : 'api-html',\n                   command : [doxygen, doxyfile],\n                   install : true,\n","prefixes":["v5","15/18"]}