Skip to content

Commit

Permalink
Fix doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
FredM67 committed Mar 10, 2024
1 parent e9b70c9 commit 29d72ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Mk2_3phase_RFdatalog_temp/dualtariff.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,15 @@

#include "config.h"

/*!
* @defgroup DualTariff Dual tariff feature
* Functions used for the dual tariff feature
*/

/**
* @brief Template class for Load-Overriding
* @details The array is initialized at compile time so it can be read-only and
* the performance and code size are better
*
* @tparam N # of loads
* @tparam D
*
* @ingroup DualTariff
*/
template< uint8_t N, uint8_t OffPeakDuration = 8 >
class _rg_OffsetForce
Expand Down Expand Up @@ -70,6 +67,7 @@ inline constexpr auto rg_OffsetForce{ _rg_OffsetForce< NO_OF_DUMPLOADS, ul_OFF_P
/**
* @brief Print the settings for off-peak period
*
* @ingroup DualTariff
*/
inline void printDualTariffConfiguration()
{
Expand Down
2 changes: 2 additions & 0 deletions Mk2_3phase_RFdatalog_temp/utils_temp.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ inline constexpr bool TEMP_SENSOR_PRESENT{ false }; /**< set it to 'true' if tem
* @brief This class implements the temperature sensing feature
*
* @tparam N Number of sensors, automatically deduced
*
* @ingroup TemperatureSensing
*/
template< uint8_t N >
class TemperatureSensing
Expand Down

0 comments on commit 29d72ba

Please sign in to comment.