energy: Fix doc section level

This commit is contained in:
Alberto Gallegos Ramonet
2024-12-13 11:12:41 +09:00
parent 86fb3ce8c4
commit 93ff99d46c
2 changed files with 2 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ The required Doxygen version for documentation generation is version 1.11.
- (wifi) Added the `IncrementRetryCountUnderBa` attribute to the `WifiRemoteStationManager` to choose whether or not to increase the retry count of frames that are part of a block ack agreement; this attribute defaults to false to match the standard specifications.
- (wifi) Added a new `BaEstablished` trace source to `QosTxop` to notify that a block ack agreement has been established with a given recipient for a given TID.
- (zigbee) Added Zigbee module support.
- (energy) Added new information and reformatted energy module documentation.
### Bugs fixed

View File

@@ -390,7 +390,7 @@ class for details.
* ``TotalEnergyHarvested``: Total energy harvested by the BasicEnergyHarvester.
Examples and Tests
~~~~~~~~~~~~~~~~~~
------------------
The following examples have been written.