From 49657d4bb75c89fcbdb6282f3831af07646bad17 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Thu, 5 Dec 2024 14:34:58 -0800 Subject: [PATCH] [docs] remove empty lines (#10999) --- src/core/config/parent_search.h | 2 -- src/core/net/nd6.hpp | 1 - src/lib/spinel/spinel.h | 1 - tests/nexus/openthread-core-nexus-config.h | 1 - 4 files changed, 5 deletions(-) diff --git a/src/core/config/parent_search.h b/src/core/config/parent_search.h index b5a821979..9caf5a120 100644 --- a/src/core/config/parent_search.h +++ b/src/core/config/parent_search.h @@ -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 diff --git a/src/core/net/nd6.hpp b/src/core/net/nd6.hpp index 6514481c5..c16421ce4 100644 --- a/src/core/net/nd6.hpp +++ b/src/core/net/nd6.hpp @@ -852,7 +852,6 @@ class NeighborSolicitHeader : public Clearable public: /** * Initializes the Neighbor Solicitation message header. - * */ NeighborSolicitHeader(void); diff --git a/src/lib/spinel/spinel.h b/src/lib/spinel/spinel.h index 3f127aec4..3c2476397 100644 --- a/src/lib/spinel/spinel.h +++ b/src/lib/spinel/spinel.h @@ -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, diff --git a/tests/nexus/openthread-core-nexus-config.h b/tests/nexus/openthread-core-nexus-config.h index 8d0cb3bb1..88d519088 100644 --- a/tests/nexus/openthread-core-nexus-config.h +++ b/tests/nexus/openthread-core-nexus-config.h @@ -28,7 +28,6 @@ /** * This header file defines the OpenThread core configuration for Nexus simulation - * */ #ifndef OT_CORE_NEXUS_CONFIG_H_