@@ -161,7 +161,7 @@ otError otBackboneRouterSetConfig(otInstance *aInstance, const otBackboneRouterC
161161otError otBackboneRouterRegister (otInstance * aInstance );
162162
163163/**
164- * This method returns the Backbone Router registration jitter value.
164+ * Returns the Backbone Router registration jitter value.
165165 *
166166 * @returns The Backbone Router registration jitter value.
167167 *
@@ -171,7 +171,7 @@ otError otBackboneRouterRegister(otInstance *aInstance);
171171uint8_t otBackboneRouterGetRegistrationJitter (otInstance * aInstance );
172172
173173/**
174- * This method sets the Backbone Router registration jitter value.
174+ * Sets the Backbone Router registration jitter value.
175175 *
176176 * @param[in] aJitter the Backbone Router registration jitter value to set.
177177 *
@@ -181,7 +181,7 @@ uint8_t otBackboneRouterGetRegistrationJitter(otInstance *aInstance);
181181void otBackboneRouterSetRegistrationJitter (otInstance * aInstance , uint8_t aJitter );
182182
183183/**
184- * This method gets the local Domain Prefix configuration.
184+ * Gets the local Domain Prefix configuration.
185185 *
186186 * @param[in] aInstance A pointer to an OpenThread instance.
187187 * @param[out] aConfig A pointer to the Domain Prefix configuration.
@@ -193,7 +193,7 @@ void otBackboneRouterSetRegistrationJitter(otInstance *aInstance, uint8_t aJitte
193193otError otBackboneRouterGetDomainPrefix (otInstance * aInstance , otBorderRouterConfig * aConfig );
194194
195195/**
196- * This method configures response status for next DUA registration.
196+ * Configures response status for next DUA registration.
197197 *
198198 * Note: available only when `OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE` is enabled.
199199 * Only used for test and certification.
@@ -235,7 +235,7 @@ typedef enum
235235} otBackboneRouterMulticastListenerEvent ;
236236
237237/**
238- * This function pointer is called whenever the Multicast Listeners change.
238+ * Pointer is called whenever the Multicast Listeners change.
239239 *
240240 * @param[in] aContext The user context pointer.
241241 * @param[in] aEvent The Multicast Listener event.
@@ -247,7 +247,7 @@ typedef void (*otBackboneRouterMulticastListenerCallback)(void
247247 const otIp6Address * aAddress );
248248
249249/**
250- * This method sets the Backbone Router Multicast Listener callback.
250+ * Sets the Backbone Router Multicast Listener callback.
251251 *
252252 * @param[in] aInstance A pointer to an OpenThread instance.
253253 * @param[in] aCallback A pointer to the Multicast Listener callback.
@@ -302,7 +302,7 @@ otError otBackboneRouterMulticastListenerAdd(otInstance *aInstance, const otIp6A
302302typedef uint16_t otBackboneRouterMulticastListenerIterator ; ///< Used to iterate through Multicast Listeners.
303303
304304/**
305- * This structure represents a Backbone Router Multicast Listener info.
305+ * Represents a Backbone Router Multicast Listener info.
306306 *
307307 */
308308typedef struct otBackboneRouterMulticastListenerInfo
@@ -312,7 +312,7 @@ typedef struct otBackboneRouterMulticastListenerInfo
312312} otBackboneRouterMulticastListenerInfo ;
313313
314314/**
315- * This function gets the next Multicast Listener info (using an iterator).
315+ * Gets the next Multicast Listener info (using an iterator).
316316 *
317317 * @param[in] aInstance A pointer to an OpenThread instance.
318318 * @param[in,out] aIterator A pointer to the iterator. On success the iterator will be updated to point to next
@@ -346,7 +346,7 @@ typedef enum
346346} otBackboneRouterNdProxyEvent ;
347347
348348/**
349- * This function pointer is called whenever the Nd Proxy changed.
349+ * Pointer is called whenever the Nd Proxy changed.
350350 *
351351 * @param[in] aContext The user context pointer.
352352 * @param[in] aEvent The ND Proxy event.
@@ -359,7 +359,7 @@ typedef void (*otBackboneRouterNdProxyCallback)(void *aCo
359359 const otIp6Address * aDua );
360360
361361/**
362- * This method sets the Backbone Router ND Proxy callback.
362+ * Sets the Backbone Router ND Proxy callback.
363363 *
364364 * @param[in] aInstance A pointer to an OpenThread instance.
365365 * @param[in] aCallback A pointer to the ND Proxy callback.
@@ -382,7 +382,7 @@ typedef struct otBackboneRouterNdProxyInfo
382382} otBackboneRouterNdProxyInfo ;
383383
384384/**
385- * This method gets the Backbone Router ND Proxy info.
385+ * Gets the Backbone Router ND Proxy info.
386386 *
387387 * @param[in] aInstance A pointer to an OpenThread instance.
388388 * @param[in] aDua The Domain Unicast Address.
@@ -408,7 +408,7 @@ typedef enum
408408} otBackboneRouterDomainPrefixEvent ;
409409
410410/**
411- * This function pointer is called whenever the Domain Prefix changed.
411+ * Pointer is called whenever the Domain Prefix changed.
412412 *
413413 * @param[in] aContext The user context pointer.
414414 * @param[in] aEvent The Domain Prefix event.
@@ -419,7 +419,7 @@ typedef void (*otBackboneRouterDomainPrefixCallback)(void
419419 otBackboneRouterDomainPrefixEvent aEvent ,
420420 const otIp6Prefix * aDomainPrefix );
421421/**
422- * This method sets the Backbone Router Domain Prefix callback.
422+ * Sets the Backbone Router Domain Prefix callback.
423423 *
424424 * @param[in] aInstance A pointer to an OpenThread instance.
425425 * @param[in] aCallback A pointer to the Domain Prefix callback.
0 commit comments