{"id":1581,"url":"https://patchwork.libcamera.org/api/1.1/patches/1581/?format=json","web_url":"https://patchwork.libcamera.org/patch/1581/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20190702114841.19101-1-kieran.bingham@ideasonboard.com>","date":"2019-07-02T11:48: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=json","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/1581/mbox/","series":[{"id":390,"url":"https://patchwork.libcamera.org/api/1.1/series/390/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=390","date":"2019-07-02T11:48:38","name":"[libcamera-devel,1/4] Documentation: Make the project brief more expressive","version":1,"mbox":"https://patchwork.libcamera.org/series/390/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/1581/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/1581/checks/","tags":{},"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 A718C61950\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue,  2 Jul 2019 13:48:45 +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 236B2255;\n\tTue,  2 Jul 2019 13:48:45 +0200 (CEST)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1562068125;\n\tbh=LAy9/9/LuEB3/aD5JnBEpqvsmsPDQwE7xpqSX+8RY5M=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=G84GoC1Mr2K5XPlmss+dpWSodAy2FSrC00mm5rJdXPZZRco+iZJVoRLY2zT2s2HXL\n\td/Qcl7jzADQ8+kag6vWw99dxnCgJP+VnLhVlXnxvQouRryDl6QbDZQwmXbaHJ2m48W\n\txoHgZDA6lUu1jkSBbfuZMcUTKua701Uf4sWKcj9o=","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","To":"LibCamera Devel <libcamera-devel@lists.libcamera.org>","Date":"Tue,  2 Jul 2019 12:48:38 +0100","Message-Id":"<20190702114841.19101-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":"Tue, 02 Jul 2019 11:48:45 -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"]}