From ee2ffdc0fdb489767768e5273a4ccd7b51735c7c Mon Sep 17 00:00:00 2001 From: Jason Lowe-Power Date: Tue, 17 Apr 2018 09:56:43 -0700 Subject: docs: Fix power model doxygen Change-Id: I0a9a30bc4a89411e0f1dd897f0d1f05f20790b50 Signed-off-by: Jason Lowe-Power Reviewed-on: https://gem5-review.googlesource.com/9981 Reviewed-by: Daniel Carvalho --- src/doc/power_thermal_model.doxygen | 1 + src/sim/power/power_model.hh | 2 ++ src/sim/power/thermal_model.hh | 2 ++ 3 files changed, 5 insertions(+) diff --git a/src/doc/power_thermal_model.doxygen b/src/doc/power_thermal_model.doxygen index 8b636ab23..8fc3c0ddb 100644 --- a/src/doc/power_thermal_model.doxygen +++ b/src/doc/power_thermal_model.doxygen @@ -126,3 +126,4 @@ user to define a power model as an equation involving several statistics. There's also some automatic (or "magic") variables such as "temp", which reports temperature. +*/ diff --git a/src/sim/power/power_model.hh b/src/sim/power/power_model.hh index e482b8005..97357d263 100644 --- a/src/sim/power/power_model.hh +++ b/src/sim/power/power_model.hh @@ -110,6 +110,8 @@ class PowerModelState : public SimObject }; /** + * @sa \ref gem5PowerModel "gem5 Power Model" + * * A PowerModel is a class containing a power model for a SimObject. * The PM describes the power consumption for every power state. */ diff --git a/src/sim/power/thermal_model.hh b/src/sim/power/thermal_model.hh index b47061dbf..9a0e452c5 100644 --- a/src/sim/power/thermal_model.hh +++ b/src/sim/power/thermal_model.hh @@ -139,6 +139,8 @@ class ThermalReference : public SimObject, public ThermalEntity /** + * @sa \ref gem5PowerModel "gem5 Thermal Model" + * * A ThermalModel is the element which ties all thermal objects * together and provides the thermal solver to the system. * It is reponsible for updating temperature for all Thermal -- cgit v1.2.3