{"id":26519,"url":"https://patchwork.libcamera.org/api/patches/26519/?format=json","web_url":"https://patchwork.libcamera.org/patch/26519/","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":"<20260416143256.2664804-1-stefan.klug@ideasonboard.com>","date":"2026-04-16T14:32:48","name":"Documentation: Enable treeview generation for doxygen < 1.13.0","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"c03fd0af0f138c1e9cc7b37be53d699dec9f7a81","submitter":{"id":184,"url":"https://patchwork.libcamera.org/api/people/184/?format=json","name":"Stefan Klug","email":"stefan.klug@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/26519/mbox/","series":[{"id":5881,"url":"https://patchwork.libcamera.org/api/series/5881/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=5881","date":"2026-04-16T14:32:48","name":"Documentation: Enable treeview generation for doxygen < 1.13.0","version":1,"mbox":"https://patchwork.libcamera.org/series/5881/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/26519/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/26519/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 D7A53C324E\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu, 16 Apr 2026 14:33:11 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id E02FF62EBF;\n\tThu, 16 Apr 2026 16:33:10 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 9F2B562E4E\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 16 Apr 2026 16:33:08 +0200 (CEST)","from ideasonboard.com (unknown\n\t[IPv6:2a00:6020:448c:6c00:a331:5dd8:4904:1326])\n\tby perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 5AEBB132;\n\tThu, 16 Apr 2026 16:31:34 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"hby08FaT\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1776349894;\n\tbh=ENxeSGf2STn/vMi7Sfm2/XS3+MIBWucoFduHSdN8Q1Y=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=hby08FaTRv4sF20pBiZtuqgaYcvSIlPlX7RVinkiSJZ/Pd7YE19G1x47wYubVIpyr\n\tqzl27AXH9Z/7RBGw8O7RW58zgzYC97vzQCUPztCBAToCRE4RmA3H2kDV8geTP0pLY9\n\t7dgn9SMCr5SzilHwwxVp3EZLj2mtnaUK6M/071O8=","From":"Stefan Klug <stefan.klug@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Cc":"Stefan Klug <stefan.klug@ideasonboard.com>","Subject":"[PATCH] Documentation: Enable treeview generation for doxygen <\n\t1.13.0","Date":"Thu, 16 Apr 2026 16:32:48 +0200","Message-ID":"<20260416143256.2664804-1-stefan.klug@ideasonboard.com>","X-Mailer":"git-send-email 2.51.0","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","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>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"Between v1 and the now merged v2 of commit 42d914f20cb0 (\"Documentation:\nEnable doxygen-awesome-css\") the GENERATE_TREEVIEW = YES was dropped\nbecause it defaults to YES according to the doxygen web documentation.\nUnfortunately for doxygen < 1.13.0 the default was NO.  Fix the value to\nYES so that doxygen-awesome-css works properly even with older versions\nof doxygen.\n\nFixes: 42d914f20cb0 (\"Documentation: Enable doxygen-awesome-css\")\nSigned-off-by: Stefan Klug <stefan.klug@ideasonboard.com>\n---\n Documentation/Doxyfile-common.in | 3 +++\n 1 file changed, 3 insertions(+)","diff":"diff --git a/Documentation/Doxyfile-common.in b/Documentation/Doxyfile-common.in\nindex 23a0e3626f9d..f11ec593d5ae 100644\n--- a/Documentation/Doxyfile-common.in\n+++ b/Documentation/Doxyfile-common.in\n@@ -57,6 +57,9 @@ IMAGE_PATH             = \"@TOP_SRCDIR@/Documentation/images\"\n HTML_EXTRA_STYLESHEET  = \"@TOP_SRCDIR@/Documentation/doxygen-awesome-css/doxygen-awesome.css\" \\\n                          \"@TOP_SRCDIR@/Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only.css\"\n \n+# The default value changed to YES in doxygen 1.13.0\n+GENERATE_TREEVIEW      = YES\n+\n GENERATE_LATEX         = NO\n \n MACRO_EXPANSION        = YES\n","prefixes":[]}