Documentation review with Simon, minor changes

This commit is contained in:
Dirk Ziegelmeier
2016-07-27 08:05:38 +02:00
parent 1993b0257c
commit 6b524367a3
10 changed files with 39 additions and 20 deletions

View File

@@ -4,7 +4,7 @@
*/
/**
* @defgroup pbuf Payload buffers (PBUF)
* @defgroup pbuf Packet buffers (PBUF)
* @ingroup infrastructure
*
* Packets are built from the pbuf data structure. It supports dynamic

View File

@@ -292,7 +292,9 @@ sys_untimeout(sys_timeout_handler handler, void *arg)
return;
}
/** Handle timeouts for NO_SYS==1 (i.e. without using
/**
* @ingroup lwip
* Handle timeouts for NO_SYS==1 (i.e. without using
* tcpip_thread/sys_timeouts_mbox_fetch(). Uses sys_now() to call timeout
* handler functions when timeouts expire.
*