[docs] specify seconds as the unit for child timeout value (#3145)

This commit is contained in:
Abtin Keshavarzian
2018-10-12 22:16:36 -07:00
committed by Jonathan Hui
parent 4c470d7eea
commit 3c88ba28fb
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -281,7 +281,7 @@ OTAPI bool OTCALL otThreadIsDiscoverInProgress(otInstance *aInstance);
*
* @param[in] aInstance A pointer to an OpenThread instance.
*
* @returns The Thread Child Timeout value.
* @returns The Thread Child Timeout value in seconds.
*
* @sa otThreadSetChildTimeout
*/
@@ -291,7 +291,7 @@ OTAPI uint32_t OTCALL otThreadGetChildTimeout(otInstance *aInstance);
* Set the Thread Child Timeout used when operating in the Child role.
*
* @param[in] aInstance A pointer to an OpenThread instance.
* @param[in] aTimeout The timeout value.
* @param[in] aTimeout The timeout value in seconds.
*
* @sa otThreadSetChildTimeout
*