Patch Detail
Show a patch.
GET /api/1.1/patches/1603/?format=api
{ "id": 1603, "url": "https://patchwork.libcamera.org/api/1.1/patches/1603/?format=api", "web_url": "https://patchwork.libcamera.org/patch/1603/", "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": "<20190704130347.9372-1-kieran.bingham@ideasonboard.com>", "date": "2019-07-04T13:03:38", "name": "[libcamera-devel,1/4] Documentation: Make the project brief more expressive", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": false, "hash": "642dca4607fc55ca9fa668ba3ce4467c70c9b2e8", "submitter": { "id": 4, "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api", "name": "Kieran Bingham", "email": "kieran.bingham@ideasonboard.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/1603/mbox/", "series": [ { "id": 399, "url": "https://patchwork.libcamera.org/api/1.1/series/399/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=399", "date": "2019-07-04T13:03:38", "name": "[libcamera-devel,1/4] Documentation: Make the project brief more expressive", "version": 1, "mbox": "https://patchwork.libcamera.org/series/399/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/1603/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/1603/checks/", "tags": {}, "headers": { "Return-Path": "<kieran.bingham@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 EBDB861569\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 4 Jul 2019 15:03:51 +0200 (CEST)", "from localhost.localdomain\n\t(cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 6764024B;\n\tThu, 4 Jul 2019 15:03:51 +0200 (CEST)" ], "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1562245431;\n\tbh=LAy9/9/LuEB3/aD5JnBEpqvsmsPDQwE7xpqSX+8RY5M=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=sqfTmVD9uJEbtwusuO/MddEzdzZHvs0JfOOl8PY0W5rP64XrN4krY7smZplnwjZGk\n\tF3MmWuw9oLQx3XEEqaKbNBXjXioKmQtuNkQirjP06Q89ybukeQPJBSRUvqxN3sm6aF\n\tvrI/1Izn9QJU9MzD5dtUXdLPayVQvFpYuYlrnPCo=", "From": "Kieran Bingham <kieran.bingham@ideasonboard.com>", "To": "LibCamera Devel <libcamera-devel@lists.libcamera.org>", "Date": "Thu, 4 Jul 2019 14:03:38 +0100", "Message-Id": "<20190704130347.9372-1-kieran.bingham@ideasonboard.com>", "X-Mailer": "git-send-email 2.20.1", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH 1/4] Documentation: Make the project brief\n\tmore expressive", "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": "Thu, 04 Jul 2019 13:03:52 -0000" }, "content": "The current project brief lacks any quotation marks, and causes the\nDoxygen API documents to show the header \"libcameraframework\".\n\nReplace the simplistic definition with a better brief, and ensure\nquotation marks are provided to maintain spacing.\n\nFixes: 53c4d4c34fc4 (\"Documentation: Generate source code documentation using Doxygen\")\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 c58631200dd5..0dc1ab3944d1 100644\n--- a/Documentation/Doxyfile.in\n+++ b/Documentation/Doxyfile.in\n@@ -44,7 +44,7 @@ PROJECT_NUMBER = @VERSION@\n # for a project that appears at the top of each page and should give viewer a\n # quick idea about the purpose of the project. Keep the description short.\n \n-PROJECT_BRIEF = libcamera framework\n+PROJECT_BRIEF = \"Supporting complex camera pipelines and devices\"\n \n # With the PROJECT_LOGO tag one can specify a logo or an icon that is included\n # in the documentation. The maximum height of the logo should not exceed 55\n", "prefixes": [ "libcamera-devel", "1/4" ] }