Patch Detail
Show a patch.
GET /api/1.1/patches/219/?format=api
{ "id": 219, "url": "https://patchwork.libcamera.org/api/1.1/patches/219/?format=api", "web_url": "https://patchwork.libcamera.org/patch/219/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20190112144619.5816-4-laurent.pinchart@ideasonboard.com>", "date": "2019-01-12T14:46:19", "name": "[libcamera-devel,3/3] Documentation: Exclude pipeline handlers directory", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": false, "hash": "3b146d837d5c7f26b4bed171c2b3cdeb6dc3ea70", "submitter": { "id": 2, "url": "https://patchwork.libcamera.org/api/1.1/people/2/?format=api", "name": "Laurent Pinchart", "email": "laurent.pinchart@ideasonboard.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/219/mbox/", "series": [ { "id": 74, "url": "https://patchwork.libcamera.org/api/1.1/series/74/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=74", "date": "2019-01-12T14:46:16", "name": "Pipeline handler refactoring and documentation improvements", "version": 1, "mbox": "https://patchwork.libcamera.org/series/74/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/219/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/219/checks/", "tags": {}, "headers": { "Return-Path": "<laurent.pinchart@ideasonboard.com>", "Received": [ "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id D46E360B2E\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSat, 12 Jan 2019 15:46:29 +0100 (CET)", "from pendragon.bb.dnainternet.fi\n\t(dfj612yhrgyx302h3jwwy-3.rev.dnainternet.fi\n\t[IPv6:2001:14ba:21f5:5b00:ce28:277f:58d7:3ca4])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 77A5953E\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSat, 12 Jan 2019 15:46:29 +0100 (CET)" ], "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1547304389;\n\tbh=5R9epvHQ83x3CW2ZQqwXMDsM7EqXMPlUbjl7DXCxCPo=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=eOQyNdeifP2NMpegIl8M/qDfW9vdwXgH2zaQo1OHYgytXoJnnSIPamRcZXGoq05aC\n\tpf7Fn9RP14IsPbaDde96+nLEPSOk0hq7eNnaYVnxq/gqhXmGSSNrsVQP354aL8Rbat\n\tYk8i8+r/lf+jGh1IQIxHEyA2MQE9uBKvVB6ExtcE=", "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Sat, 12 Jan 2019 16:46:19 +0200", "Message-Id": "<20190112144619.5816-4-laurent.pinchart@ideasonboard.com>", "X-Mailer": "git-send-email 2.19.2", "In-Reply-To": "<20190112144619.5816-1-laurent.pinchart@ideasonboard.com>", "References": "<20190112144619.5816-1-laurent.pinchart@ideasonboard.com>", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH 3/3] Documentation: Exclude pipeline\n\thandlers directory", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.23", "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>", "X-List-Received-Date": "Sat, 12 Jan 2019 14:46:30 -0000" }, "content": "The pipeline handlers don't define APIs, neither public not internal.\nThere is thus no need to generate Doxygen documentation from thoses\nclasses. Add them to the EXCLUDE files pattern.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@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 5c0d87baac9c..dd74b7295d50 100644\n--- a/Documentation/Doxyfile.in\n+++ b/Documentation/Doxyfile.in\n@@ -833,7 +833,7 @@ RECURSIVE = YES\n # Note that relative paths are relative to the directory from which doxygen is\n # run.\n \n-EXCLUDE =\n+EXCLUDE = ../src/libcamera/pipeline/\n \n # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or\n # directories that are symbolic links (a Unix file system feature) are excluded\n", "prefixes": [ "libcamera-devel", "3/3" ] }