{"id":10748,"url":"https://patchwork.libcamera.org/api/patches/10748/?format=json","web_url":"https://patchwork.libcamera.org/patch/10748/","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":"<20201227094756.26787-1-laurent.pinchart@ideasonboard.com>","date":"2020-12-27T09:47:56","name":"[libcamera-devel] Documentation: Fix Doxygen exclusion of details namespaces","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"831e09dbd4db1d0da0362c0b553ba0a9b96aead2","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":{"id":14,"url":"https://patchwork.libcamera.org/api/users/14/?format=json","username":"pinchartl","first_name":"Laurent","last_name":"Pinchart","email":"laurent.pinchart@ideasonboard.com"},"mbox":"https://patchwork.libcamera.org/patch/10748/mbox/","series":[{"id":1554,"url":"https://patchwork.libcamera.org/api/series/1554/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=1554","date":"2020-12-27T09:47:56","name":"[libcamera-devel] Documentation: Fix Doxygen exclusion of details namespaces","version":1,"mbox":"https://patchwork.libcamera.org/series/1554/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/10748/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/10748/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 D31B8C0F1A\n\tfor <parsemail@patchwork.libcamera.org>;\n\tSun, 27 Dec 2020 09:48:12 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 6778B60525;\n\tSun, 27 Dec 2020 10:48:12 +0100 (CET)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 52A456031F\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSun, 27 Dec 2020 10:48:10 +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 49D8A80B\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSun, 27 Dec 2020 10:48:09 +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=\"UOA/3vAQ\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1609062489;\n\tbh=2uuwOb5sa04dO7oFG6SzDLThQfdt4f6/xuAvGRj3k5U=;\n\th=From:To:Subject:Date:From;\n\tb=UOA/3vAQeU6xH95dA8GBgqL0TdRrauU7VzUt5jSkt4DvRDUxfMDH+yn6NThMf4ait\n\tJqZ9euXoaC5mYTou5Xta4H16Qla7MrSIfznmEARNcJ+73zYjS8hxPUlLgtAqbYFFza\n\tpBfUeknOiWi1E1jwAkyUQs8C07Ta1ISsmN/S+X/Y=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Sun, 27 Dec 2020 11:47:56 +0200","Message-Id":"<20201227094756.26787-1-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.27.0","MIME-Version":"1.0","Subject":"[libcamera-devel] [PATCH] Documentation: Fix Doxygen exclusion of\n\tdetails namespaces","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":"The details namespaces in libcamera are used to hide implementation\ndetails, and should thus be excluded from documentation generation. This\nis done incorrectly by specifying the exclusion pattern \"*::details::*\"\nwhich will ignore all namespaces and types in any details namespace, but\nwon't ignore functions. Fix it by removing the trailing \"::*\", causing\nDoxygen to ignore the namespace itself, and thus all its contents.\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 c986fb6ab899..dc76cbeab335 100644\n--- a/Documentation/Doxyfile.in\n+++ b/Documentation/Doxyfile.in\n@@ -877,7 +877,7 @@ EXCLUDE_SYMBOLS        = libcamera::BoundMethodArgs \\\n                          libcamera::BoundMethodStatic \\\n                          libcamera::SignalBase \\\n                          libcamera::*::Private \\\n-                         *::details::* \\\n+                         *::details \\\n                          std::*\n \n # The EXAMPLE_PATH tag can be used to specify one or more files or directories\n","prefixes":["libcamera-devel"]}