mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
[docs] remove empty lines (#12049)
This commit is contained in:
@@ -52,7 +52,6 @@ extern "C" {
|
||||
* `_meshcop._udp` mDNS service.
|
||||
*
|
||||
* @{
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
@@ -152,7 +151,6 @@ otError otBorderAgentTrackerGetNextAgent(otInstance *aInstanc
|
||||
|
||||
/**
|
||||
* @}
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -740,7 +740,6 @@ typedef void (*otBorderRoutingRdnssAddrCallback)(void *aContext);
|
||||
* @param[in] aInstance The OpenThread instance.
|
||||
* @param[in] aCallback The callback function pointer. Can be `NULL` if no callback is required.
|
||||
* @param[in] aConext An arbitrary context information (used when invoking the callback).
|
||||
*
|
||||
*/
|
||||
void otBorderRoutingSetRdnssAddrCallback(otInstance *aInstance,
|
||||
otBorderRoutingRdnssAddrCallback aCallback,
|
||||
|
||||
@@ -160,7 +160,6 @@ typedef struct otSecurityPolicy
|
||||
* Represents a Channel Mask.
|
||||
*
|
||||
* The least significant bit (LSB), also referred to as bit 0, corresponds to channel number 0, and so on.
|
||||
*
|
||||
*/
|
||||
typedef uint32_t otChannelMask;
|
||||
|
||||
|
||||
@@ -674,7 +674,6 @@ typedef struct otDnsRecordResponse otDnsRecordResponse;
|
||||
* - OT_ERROR_NONE A response was received successfully.
|
||||
* - OT_ERROR_ABORT A DNS transaction was aborted by the stack.
|
||||
* - OT_ERROR_RESPONSE_TIMEOUT No DNS response has been received within timeout.
|
||||
*
|
||||
*/
|
||||
typedef void (*otDnsRecordCallback)(otError aError, const otDnsRecordResponse *aResponse, void *aContext);
|
||||
|
||||
|
||||
@@ -201,7 +201,6 @@ otError otPlatBleGapAdvSetData(otInstance *aInstance, uint8_t *aAdvertisementDat
|
||||
* @retval OT_ERROR_NONE Advertising procedure has been started.
|
||||
* @retval OT_ERROR_FAILED Update of data failed.
|
||||
* @retval OT_ERROR_INVALID_ARGS Invalid value has been supplied.
|
||||
*
|
||||
*/
|
||||
otError otPlatBleGapAdvUpdateData(otInstance *aInstance, uint8_t *aAdvertisementData, uint16_t aAdvertisementLen);
|
||||
|
||||
|
||||
@@ -198,7 +198,6 @@ otError otPlatGetInfraIfLinkLayerAddress(otInstance *aInstanc
|
||||
* @param[in] aInstance The OpenThread instance.
|
||||
* @param[in] aEnable A boolean to enable (`true`) or disable (`false`) listening.
|
||||
* @param[in] aInfraIfIndex The index of the infrastructure interface to operate on.
|
||||
*
|
||||
*/
|
||||
void otPlatInfraIfDhcp6PdClientSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex);
|
||||
|
||||
|
||||
@@ -188,7 +188,6 @@ public:
|
||||
*
|
||||
* @param[in] aCallback The callback function pointer. Can be `nullptr` if no callback is required.
|
||||
* @param[in] aConext An arbitrary context information (used when invoking the callback).
|
||||
*
|
||||
*/
|
||||
void SetRdnssAddrCallback(RdnssAddrCallback aCallback, void *aContext) { mRdnssCallback.Set(aCallback, aContext); }
|
||||
|
||||
|
||||
@@ -120,7 +120,6 @@
|
||||
*
|
||||
* On FTD/MTD builds this feature is now mandatory and MUST be enabled. This config is therefore only applicable for
|
||||
* RADIO/RCP builds.
|
||||
*
|
||||
*/
|
||||
#ifndef OPENTHREAD_CONFIG_UPTIME_ENABLE
|
||||
#define OPENTHREAD_CONFIG_UPTIME_ENABLE (OPENTHREAD_FTD || OPENTHREAD_MTD)
|
||||
|
||||
@@ -234,7 +234,6 @@ void SubMac::GetCslWindowEdges(uint32_t &aAhead, uint32_t &aAfter)
|
||||
* | | | | | | | |
|
||||
* ---|-----------|------------|-----------|-----------|------------|------------|----------//------------|---
|
||||
* -timeAhead CslPhase +timeAfter -timeAhead
|
||||
*
|
||||
*/
|
||||
uint32_t semiPeriod = mCslPeriod * kUsPerTenSymbols / 2;
|
||||
uint32_t curTime, elapsed, semiWindow;
|
||||
|
||||
@@ -1722,7 +1722,6 @@ public:
|
||||
* @retval kErrorNone The (translated) record data was successfully appended to @p aMessage.
|
||||
* @retval kErrorNoBufs Failed to allocate new buffers.
|
||||
* @retval kErrorParse The given @p aData format is not valid.
|
||||
*
|
||||
*/
|
||||
static Error AppendTranslatedRecordDataTo(Message &aMessage,
|
||||
uint16_t aRecordType,
|
||||
|
||||
@@ -1042,7 +1042,6 @@ public:
|
||||
* Schedule tx of MLE Advertisement message (unicast) to the given neighboring router after a random delay.
|
||||
*
|
||||
* @param[in] aRouter The router to send the Advertisement to.
|
||||
*
|
||||
*/
|
||||
void ScheduleUnicastAdvertisementTo(const Router &aRouter);
|
||||
|
||||
|
||||
@@ -123,7 +123,6 @@ public:
|
||||
*
|
||||
* @param[in] aRecursiveDnsServers A pointer to the list of IPv6 recursive DNS server addresses.
|
||||
* @param[in] aNumServers The number of recursive DNS servers.
|
||||
*
|
||||
*/
|
||||
void SetRecursiveDnsServerList(const otIp6Address *aRecursiveDnsServers, uint32_t aNumServers);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user