Tidy up \file & \author blocks under core/net/ipv6
* Make these blocks appear in the respective module pages * Re-word \file blocks to bring them up to speed with what each file actually does nowadays
This commit is contained in:
parent
06cfea692b
commit
b0390e3e70
11 changed files with 70 additions and 51 deletions
|
@ -29,6 +29,14 @@
|
|||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* \addtogroup uip6
|
||||
* @{
|
||||
*/
|
||||
/**
|
||||
* \file
|
||||
* Header file for routing table manipulation
|
||||
*/
|
||||
#ifndef UIP_DS6_ROUTE_H
|
||||
#define UIP_DS6_ROUTE_H
|
||||
|
||||
|
@ -158,3 +166,4 @@ uip_ds6_route_t *uip_ds6_route_next(uip_ds6_route_t *);
|
|||
/** @} */
|
||||
|
||||
#endif /* UIP_DS6_ROUTE_H */
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue