Show a cover letter.

GET /api/1.1/covers/175/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 175,
    "url": "https://patchwork.libcamera.org/api/1.1/covers/175/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/175/",
    "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": "<20190108132106.24906-1-kieran.bingham@ideasonboard.com>",
    "date": "2019-01-08T13:21:04",
    "name": "[libcamera-devel,0/2] Documentation: Quieten Doxygen",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "mbox": "https://patchwork.libcamera.org/cover/175/mbox/",
    "series": [
        {
            "id": 57,
            "url": "https://patchwork.libcamera.org/api/1.1/series/57/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=57",
            "date": "2019-01-08T13:21:04",
            "name": "Documentation: Quieten Doxygen",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/57/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/175/comments/",
    "headers": {
        "Return-Path": "<kieran.bingham@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 3982B60B21\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue,  8 Jan 2019 14:21:13 +0100 (CET)",
            "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 B09A0586;\n\tTue,  8 Jan 2019 14:21:12 +0100 (CET)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1546953672;\n\tbh=vVX57qQNcinRz6edTmnQ6u4mXpBvozOqxO7KhpAXsWI=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=tbbXOlwLf+EBYq2zi7LERJW7CRxzJyHbZlQ3b7WYV9waNzs5zBwhu9o2nkV0WDKdj\n\tp6wJy+ic2JDRt/nb/U+tmG0dsSz4/jaiLTUKen+XQG+dWbM1ZhpdZ865kEQwL/M510\n\tPlo9QOXONwLpWIUm52U+JAhJ98fhACOPCx6doj60=",
        "From": "Kieran Bingham <kieran.bingham@ideasonboard.com>",
        "To": "LibCamera Devel <libcamera-devel@lists.libcamera.org>",
        "Date": "Tue,  8 Jan 2019 13:21:04 +0000",
        "Message-Id": "<20190108132106.24906-1-kieran.bingham@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[libcamera-devel] [PATCH 0/2] Documentation: Quieten Doxygen",
        "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": "Tue, 08 Jan 2019 13:21:13 -0000"
    },
    "content": "Presently Doxygen produces a lot of verbose output for all the files it\nprocesses. This means that any warnings and errors are quite obfuscated\nagainst the noise.\n\nSet the Doxygen option QUIET to 'yes' which removes all output except\nfor warnings and errors.\n\nI don't think we are yet keen on making Doxygen warnings build failure\nerrors though ?\n\n\nThe second patch is optional and certainly deserves some discussion.\nEnabling parameter documentation warnings brings in a few extra across\npipeline/vimc.cpp, camera_manager.h, device_enumerator.h, log.h,\nmedia_object.h, and pipeline_handler.h.\n\nShould we enable this option and fixup these extra warning levels?\n\n\nKieran Bingham (2):\n  Documentation: Suppress normal doxygen output\n  [RFC] Documentation: Enable parameter documentation warnings\n\n Documentation/Doxyfile.in | 4 ++--\n 1 file changed, 2 insertions(+), 2 deletions(-)"
}