{"id":1608,"url":"https://patchwork.libcamera.org/api/1.1/patches/1608/?format=json","web_url":"https://patchwork.libcamera.org/patch/1608/","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":"<20190704130347.9372-6-kieran.bingham@ideasonboard.com>","date":"2019-07-04T13:03:43","name":"[libcamera-devel,v2,1/5] Documentation: Make the project brief more expressive","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"b62b7c2883cb50c8c7ada48c3d0320b2dc80864d","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/1608/mbox/","series":[{"id":401,"url":"https://patchwork.libcamera.org/api/1.1/series/401/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=401","date":"2019-07-04T13:03:43","name":"[libcamera-devel,v2,1/5] Documentation: Make the project brief more expressive","version":2,"mbox":"https://patchwork.libcamera.org/series/401/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/1608/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/1608/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 6DE796156E\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu,  4 Jul 2019 15:03:53 +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 1924224B;\n\tThu,  4 Jul 2019 15:03:53 +0200 (CEST)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1562245433;\n\tbh=E1dDyxS1kb60RBPGCuJSImrNS/XhBKNg22uLyjcxOA4=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=rXbJxpuZttspKeWt2o0R0P1Ibz+Ud/wsaRfUzDrV4Gi2DYXQj5QYTXa2IGuVF4R0S\n\tg37UEUFNvwE8UIpOY24E1CPvptgYKdZ9ypGP6Iz1VY2NhcJG/WWhnyQ6K7GhdwoWmE\n\tCeecXDduPHIA7O//5YPkOsO55VIlq4kyFbYwIXP4=","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","To":"LibCamera Devel <libcamera-devel@lists.libcamera.org>","Date":"Thu,  4 Jul 2019 14:03:43 +0100","Message-Id":"<20190704130347.9372-6-kieran.bingham@ideasonboard.com>","X-Mailer":"git-send-email 2.20.1","In-Reply-To":"<20190704130347.9372-1-kieran.bingham@ideasonboard.com>","References":"<20190704130347.9372-1-kieran.bingham@ideasonboard.com>","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH v2 1/5] Documentation: Make the project\n\tbrief more 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:54 -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 9ca32241b895..cad85ff979f8 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 cameras in Linux since 2019\"\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","v2","1/5"]}