1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #8666 from aabadie/pr/pkg/openthread_doc

pkg/openthread: fix issues in doxygen documentation
This commit is contained in:
Alexandre Abadie 2018-03-07 11:18:35 +01:00 committed by GitHub
commit ae36855bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -829,7 +829,6 @@ EXCLUDE_PATTERNS = */board/*/tools/* \
*/drivers/kw2xrf/include/overwrites.h \
*/pkg/emb6/* \
*/pkg/lwip/* \
*/pkg/openthread/* \
*/pkg/tlsf/patch.txt \
*/sys/include/embUnit/* \
*/sys/random/tinymt32/* \

View File

@ -61,6 +61,7 @@ typedef struct {
* @brief Gets packet from driver and tells OpenThread about the reception.
*
* @param[in] aInstance pointer to an OpenThread instance
* @param[in] dev pointer to a netdev instance
*/
void recv_pkt(otInstance *aInstance, netdev_t *dev);
@ -83,7 +84,7 @@ void openthread_bootstrap(void);
*
* @param[in] dev pointer to a netdev interface
* @param[in] tb pointer to the TX buffer designed for OpenThread
* @param[in] event pointer to the RX buffer designed for Open_Thread
* @param[in] rb pointer to the RX buffer designed for Open_Thread
*/
void openthread_radio_init(netdev_t *dev, uint8_t *tb, uint8_t *rb);
@ -114,7 +115,7 @@ kernel_pid_t openthread_get_pid(void);
*/
void ot_random_init(void);
/*
/**
* @brief Run OpenThread UART simulator (stdio)
*/
void openthread_uart_run(void);