Patch Detail
Show a patch.
GET /api/patches/282/?format=api
{ "id": 282, "url": "https://patchwork.libcamera.org/api/patches/282/?format=api", "web_url": "https://patchwork.libcamera.org/patch/282/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/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": "<20190121005930.10112-3-laurent.pinchart@ideasonboard.com>", "date": "2019-01-21T00:59:26", "name": "[libcamera-devel,2/6] libcamera: signal: Enable documentation generation from signal.h file", "commit_ref": null, "pull_url": null, "state": "superseded", "archived": false, "hash": "81ef90c02602375ec2b05d607b32b154eef2f7f5", "submitter": { "id": 2, "url": "https://patchwork.libcamera.org/api/people/2/?format=api", "name": "Laurent Pinchart", "email": "laurent.pinchart@ideasonboard.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/282/mbox/", "series": [ { "id": 96, "url": "https://patchwork.libcamera.org/api/series/96/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=96", "date": "2019-01-21T00:59:24", "name": "Extend the logger with categories and configuration", "version": 1, "mbox": "https://patchwork.libcamera.org/series/96/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/282/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/282/checks/", "tags": {}, "headers": { "Return-Path": "<laurent.pinchart@ideasonboard.com>", "Received": [ "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 6A60F60C82\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 21 Jan 2019 01:59:35 +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 05F02D6C\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 21 Jan 2019 01:59:34 +0100 (CET)" ], "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1548032375;\n\tbh=SSg+uD/M/Tn60iEfEpLbWzTa2ETlruAkJTBcXQAM2bA=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=pgW7ddT8EDuzdD+hSGPJ9/R5hUODYlxJo2/ZpVfGJZ6EZC8AchYo7OAmqAOyRUrro\n\tfkY/VtKH4Yyy0ASpgSZhDktnwe9KC5gVw8eTWEXNCdKZKeqmZvJkB4gDYYXEqvNRi5\n\tA1sl2jLmcQa4iVEy8K4zP9Uee7LjbtQ+MbPr6yKg=", "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Mon, 21 Jan 2019 02:59:26 +0200", "Message-Id": "<20190121005930.10112-3-laurent.pinchart@ideasonboard.com>", "X-Mailer": "git-send-email 2.19.2", "In-Reply-To": "<20190121005930.10112-1-laurent.pinchart@ideasonboard.com>", "References": "<20190121005930.10112-1-laurent.pinchart@ideasonboard.com>", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH 2/6] libcamera: signal: Enable\n\tdocumentation generation from signal.h file", "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": "Mon, 21 Jan 2019 00:59:35 -0000" }, "content": "signal.cpp is missing a \\file signal.h Doxygen directive, preventing\ndocumentation from being generated for the Signal class. Fix it.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n src/libcamera/signal.cpp | 5 +++++\n 1 file changed, 5 insertions(+)", "diff": "diff --git a/src/libcamera/signal.cpp b/src/libcamera/signal.cpp\nindex 51536dc5fdd0..8d62b5beeeac 100644\n--- a/src/libcamera/signal.cpp\n+++ b/src/libcamera/signal.cpp\n@@ -5,6 +5,11 @@\n * signal.cpp - Signal & slot implementation\n */\n \n+/**\n+ * \\file signal.h\n+ * \\brief Signal & slot implementation\n+ */\n+\n namespace libcamera {\n \n /**\n", "prefixes": [ "libcamera-devel", "2/6" ] }