From patchwork Mon Sep 8 14:07:45 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Klug X-Patchwork-Id: 24292 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 6F0AFBDB13 for ; Mon, 8 Sep 2025 14:08:35 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 3619369363; Mon, 8 Sep 2025 16:08:35 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="d//n5kpA"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 2B76F6934E for ; Mon, 8 Sep 2025 16:08:34 +0200 (CEST) Received: from ideasonboard.com (unknown [IPv6:2a00:6020:448c:6c00:c241:40fd:9e5d:437c]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 56ECBC71; Mon, 8 Sep 2025 16:07:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1757340441; bh=Qpy4JeaDV5ahmRXMf/Sb7uDi3H5uKaJ4Ii1Rk/7a+n0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=d//n5kpAO3Qhnj3qRj4MUgYcfIPZ8JaOLMgyL8lHyl5Uk2CW5RRrhKdlHBIBvlmKg FLvSw8traMpNlDeTfgibvTW4qaQXl/g9ltbXUErZXON1SckFTlig+HhsO/HUqiJpg/ Z3+pKh/nWtECuXS82p1fU0AKxrnfSWytDtjsHFbI= From: Stefan Klug To: libcamera-devel@lists.libcamera.org Cc: Stefan Klug Subject: [PATCH 2/6] documentation: Enable doxygen-awesome-css Date: Mon, 8 Sep 2025 16:07:45 +0200 Message-ID: <20250908140803.123272-3-stefan.klug@ideasonboard.com> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20250908140803.123272-1-stefan.klug@ideasonboard.com> References: <20250908140803.123272-1-stefan.klug@ideasonboard.com> MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Include doxygen-awesome-css in the doxygen config. Signed-off-by: Stefan Klug --- Documentation/Doxyfile-common.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/Doxyfile-common.in b/Documentation/Doxyfile-common.in index 58afea1cd70d..a1c8523ede78 100644 --- a/Documentation/Doxyfile-common.in +++ b/Documentation/Doxyfile-common.in @@ -69,3 +69,8 @@ PREDEFINED = __DOXYGEN__ \ @PREDEFINED@ HAVE_DOT = YES + +GENERATE_TREEVIEW = YES +HTML_EXTRA_STYLESHEET = "@CURRENT_SRCDIR@/doxygen-awesome-css/doxygen-awesome.css" \ + "@CURRENT_SRCDIR@/doxygen-awesome-css/doxygen-awesome-sidebar-only.css" +HTML_COLORSTYLE = LIGHT # required with Doxygen >= 1.9.5