From c1f71e141b1dec553598afee81fa4f950877dd7f Mon Sep 17 00:00:00 2001 From: James Chesterman Date: Mon, 28 Apr 2025 13:57:24 +0100 Subject: [PATCH] doc: Fix power capping being in the incorrect place in the index There was an entry for power capping in the top level of the index. This has been fixed so that, like power budget distributor, this information is in the 'Detailed Description' section of the power capping entry in the modules folder. Signed-off-by: James Chesterman --- module/power_capping/doc/power_capping.md | 3 +++ module/power_capping/include/mod_power_capping.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/module/power_capping/doc/power_capping.md b/module/power_capping/doc/power_capping.md index a42a161bf..8f021a4e2 100644 --- a/module/power_capping/doc/power_capping.md +++ b/module/power_capping/doc/power_capping.md @@ -1,3 +1,6 @@ +\ingroup GroupModules Modules +\defgroup GroupPOWER_CAPPING Power Capping + # Power Capping Copyright (c) 2025, Arm Limited and Contributors. All rights reserved. diff --git a/module/power_capping/include/mod_power_capping.h b/module/power_capping/include/mod_power_capping.h index 3ce86f289..e1ebcedc1 100644 --- a/module/power_capping/include/mod_power_capping.h +++ b/module/power_capping/include/mod_power_capping.h @@ -21,7 +21,7 @@ */ /*! - * \defgroup GroupPOWER_CAPPING power capping module + * \defgroup GroupPOWER_CAPPING Power Capping * \{ */ -- GitLab