Show a patch.

GET /api/1.1/patches/1958/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1958,
    "url": "https://patchwork.libcamera.org/api/1.1/patches/1958/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/1958/",
    "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": "<20190912195703.18678-1-laurent.pinchart@ideasonboard.com>",
    "date": "2019-09-12T19:57:03",
    "name": "[libcamera-devel] Documentation: Exclude bound_method.{h, cpp}",
    "commit_ref": "edd60994e813723c8e4fb362ce1d5f5a4675a565",
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "81a50e4e7e3eeef96898330f6aed115110fdc2bf",
    "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/1958/mbox/",
    "series": [
        {
            "id": 486,
            "url": "https://patchwork.libcamera.org/api/1.1/series/486/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=486",
            "date": "2019-09-12T19:57:03",
            "name": "[libcamera-devel] Documentation: Exclude bound_method.{h, cpp}",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/486/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/1958/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/1958/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 EB8CF600E9\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 12 Sep 2019 21:57:15 +0200 (CEST)",
            "from pendragon.lan (bl10-204-24.dsl.telepac.pt [85.243.204.24])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 3591533A\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 12 Sep 2019 21:57:14 +0200 (CEST)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1568318235;\n\tbh=TsqZSWYbrEDArLvbsBMakNPrymnvTWRnOZC/1HsCfV0=;\n\th=From:To:Subject:Date:From;\n\tb=GXvv1GpP4AqtekNLpdz3MPKC76DW9R0eY1h9wAWG7vIBMXL4bLofHce2izpyFXBu2\n\tpGHP7KppHiLDpC7ZPDNRT+C2aPd3CIQZ77PLIDMudukLZK6GFnzoBZVQ5D7o10VlJB\n\ttQv5WoDfwisDUH+y/q/+YnNA1LZrczSnuQygLLcc=",
        "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Thu, 12 Sep 2019 22:57:03 +0300",
        "Message-Id": "<20190912195703.18678-1-laurent.pinchart@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.21.0",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH] Documentation: Exclude bound_method.{h,\n\tcpp}",
        "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, 12 Sep 2019 19:57:16 -0000"
    },
    "content": "The bound method classes are not part of the public API, even though\nthey need to be exposed to applications due to the Object and Signal\ntemplate methods that use them. They are excluded from documentation\ngeneration through EXCLUDE_SYMBOLS, but the corresponding .h file is\nstill listed in the generated documentation. Fix this by excluding the\nbound_method.{h,cpp} files themselves.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n Documentation/Doxyfile.in | 4 +++-\n 1 file changed, 3 insertions(+), 1 deletion(-)",
    "diff": "diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in\nindex a9596c2a32d8..db939abc8319 100644\n--- a/Documentation/Doxyfile.in\n+++ b/Documentation/Doxyfile.in\n@@ -833,7 +833,9 @@ RECURSIVE              = YES\n # Note that relative paths are relative to the directory from which doxygen is\n # run.\n \n-EXCLUDE                = @TOP_SRCDIR@/src/libcamera/device_enumerator_sysfs.cpp \\\n+EXCLUDE                = @TOP_SRCDIR@/include/libcamera/bound_method.h \\\n+\t\t\t @TOP_SRCDIR@/src/libcamera/bound_method.cpp \\\n+\t\t\t @TOP_SRCDIR@/src/libcamera/device_enumerator_sysfs.cpp \\\n \t\t\t @TOP_SRCDIR@/src/libcamera/device_enumerator_udev.cpp \\\n \t\t\t @TOP_SRCDIR@/src/libcamera/include/device_enumerator_sysfs.h \\\n \t\t\t @TOP_SRCDIR@/src/libcamera/include/device_enumerator_udev.h \\\n",
    "prefixes": [
        "libcamera-devel"
    ]
}