{"id":10490,"url":"https://patchwork.libcamera.org/api/patches/10490/?format=json","web_url":"https://patchwork.libcamera.org/patch/10490/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/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":"<20201124174342.19587-2-laurent.pinchart@ideasonboard.com>","date":"2020-11-24T17:43:40","name":"[libcamera-devel,1/3] Documentation: Fix doxygen warning","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"eb995c79babf1b549b59dafb3498f0516c899597","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/10490/mbox/","series":[{"id":1479,"url":"https://patchwork.libcamera.org/api/series/1479/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=1479","date":"2020-11-24T17:43:39","name":"qcam: Miscellaneous patches","version":1,"mbox":"https://patchwork.libcamera.org/series/1479/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/10490/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/10490/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 929CABE176\n\tfor <parsemail@patchwork.libcamera.org>;\n\tTue, 24 Nov 2020 17:43:57 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id DEC206340C;\n\tTue, 24 Nov 2020 18:43:55 +0100 (CET)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 46C8963401\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 24 Nov 2020 18:43:54 +0100 (CET)","from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id CC9EC183D\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 24 Nov 2020 18:43:53 +0100 (CET)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"h/nCrFBt\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1606239834;\n\tbh=VE3C23kaENsrNnAovS4lzJG90QyerAxPRn6mGuKsPro=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=h/nCrFBtsQUKU7I+xPHC9w7hfA27ROgVRxFYjO3enIX3YlPOe/UbIFa6n5fViD18U\n\tomBfpvy3kmc4GWQpy5BQ3De7R5yZrsP6LdVBzKq63Q1MTqdmPqDCDzh61FV2d2qyUv\n\txtrbsOoP1nMl6RR7z87wRxCZAa04bv8jSfyj1hUY=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Tue, 24 Nov 2020 19:43:40 +0200","Message-Id":"<20201124174342.19587-2-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.27.0","In-Reply-To":"<20201124174342.19587-1-laurent.pinchart@ideasonboard.com>","References":"<20201124174342.19587-1-laurent.pinchart@ideasonboard.com>","MIME-Version":"1.0","Subject":"[libcamera-devel] [PATCH 1/3] Documentation: Fix doxygen warning","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","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>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"Recent doxygen versions don't appreciate unquoted PROJECT_NUMBER values\nthat contain spaces. Fix this by quoting the string.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@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 87959e23ce28..4bbacc464a5e 100644\n--- a/Documentation/Doxyfile.in\n+++ b/Documentation/Doxyfile.in\n@@ -39,7 +39,7 @@ PROJECT_NAME           = \"libcamera\"\n # could be handy for archiving the generated documentation or if some version\n # control system is used.\n \n-PROJECT_NUMBER         = @VERSION@\n+PROJECT_NUMBER         = \"@VERSION@\"\n \n # Using the PROJECT_BRIEF tag one can provide an optional one line description\n # for a project that appears at the top of each page and should give viewer a\n","prefixes":["libcamera-devel","1/3"]}