[docs] remove empty lines (#10999)

This commit is contained in:
Jonathan Hui
2024-12-05 14:34:58 -08:00
committed by GitHub
parent 881f557629
commit 49657d4bb7
4 changed files with 0 additions and 5 deletions
-2
View File
@@ -130,7 +130,6 @@
* timeout expires.
*
* Applicable only if periodic parent search feature is enabled (see `OPENTHREAD_CONFIG_PARENT_SEARCH_ENABLE`).
*
*/
#ifndef OPENTHREAD_CONFIG_PARENT_SEARCH_RESELECT_TIMEOUT
#define OPENTHREAD_CONFIG_PARENT_SEARCH_RESELECT_TIMEOUT (90 * 60)
@@ -141,7 +140,6 @@
*
* Specifies the RSS margin over the current parent RSS for allowing selection of a neighboring router as a potential
* new parent to attach to. Used on FTD child devices.
*
*/
#ifndef OPENTHREAD_CONFIG_PARENT_SEARCH_RSS_MARGIN
#define OPENTHREAD_CONFIG_PARENT_SEARCH_RSS_MARGIN 7
-1
View File
@@ -852,7 +852,6 @@ class NeighborSolicitHeader : public Clearable<NeighborSolicitHeader>
public:
/**
* Initializes the Neighbor Solicitation message header.
*
*/
NeighborSolicitHeader(void);
-1
View File
@@ -2097,7 +2097,6 @@ enum
/** Format: `S`
*
* The 802.15.4 alternate short address.
*
*/
SPINEL_PROP_MAC_15_4_ALT_SADDR = SPINEL_PROP_MAC__BEGIN + 12,
@@ -28,7 +28,6 @@
/**
* This header file defines the OpenThread core configuration for Nexus simulation
*
*/
#ifndef OT_CORE_NEXUS_CONFIG_H_