Merge pull request #689 from sieben/doc

Closing doxygen groups
This commit is contained in:
George Oikonomou 2014-06-01 17:36:15 +01:00
commit 17a935ddf5
19 changed files with 200 additions and 168 deletions

View file

@ -93,3 +93,6 @@ unsigned char leds_arch_get(void);
void leds_arch_set(unsigned char leds);
#endif /* LEDS_H_ */
/** @} */
/** @} */

View file

@ -129,3 +129,6 @@ int ringbuf_size(struct ringbuf *r);
int ringbuf_elements(struct ringbuf *r);
#endif /* RINGBUF_H_ */
/** @}*/
/** @}*/

View file

@ -1973,5 +1973,6 @@ uip_send(const void *data, int len)
}
}
/*---------------------------------------------------------------------------*/
/** @} */
#endif /* UIP_CONF_IPV6 */
/** @}*/

View file

@ -296,3 +296,4 @@ uip_ds6_get_least_lifetime_neighbor(void)
return nbr_expiring;
}
/*---------------------------------------------------------------------------*/
/** @} */

View file

@ -108,3 +108,4 @@ int uip_ds6_nbr_num(void);
uip_ds6_nbr_t *uip_ds6_get_least_lifetime_neighbor(void);
#endif /* UIP_DS6_NEIGHBOR_H_ */
/** @} */

View file

@ -702,5 +702,6 @@ uip_ds6_compute_reachable_time(void)
UIP_ND6_MIN_RANDOM_FACTOR(uip_ds6_if.base_reachable_time));
}
/*---------------------------------------------------------------------------*/
/** @} */
#endif /* UIP_CONF_IPV6 */
/** @}*/

View file

@ -166,3 +166,4 @@ int frame802154_parse(uint8_t *data, int length, frame802154_t *pf);
/** @} */
#endif /* FRAME_802154_H */
/** @} */

View file

@ -1311,3 +1311,4 @@ rpl_lock_parent(rpl_parent_t *p)
}
/*---------------------------------------------------------------------------*/
#endif /* UIP_CONF_IPV6 */
/** @} */

View file

@ -357,3 +357,5 @@ rpl_insert_header(void)
}
/*---------------------------------------------------------------------------*/
#endif /* UIP_CONF_IPV6 */
/** @}*/

View file

@ -957,3 +957,5 @@ rpl_icmp6_register_handlers()
}
/*---------------------------------------------------------------------------*/
#endif /* UIP_CONF_IPV6 */
/** @}*/

View file

@ -272,3 +272,5 @@ update_metric_container(rpl_instance_t *instance)
#endif /* RPL_DAG_MC == RPL_DAG_MC_ETX */
}
#endif /* RPL_DAG_MC == RPL_DAG_MC_NONE */
/** @}*/

View file

@ -159,3 +159,5 @@ update_metric_container(rpl_instance_t *instance)
{
instance->mc.type = RPL_DAG_MC_NONE;
}
/** @}*/

View file

@ -324,3 +324,5 @@ rpl_cancel_dao(rpl_instance_t *instance)
}
/*---------------------------------------------------------------------------*/
#endif /* UIP_CONF_IPV6 */
/** @}*/

View file

@ -315,3 +315,5 @@ rpl_init(void)
}
/*---------------------------------------------------------------------------*/
#endif /* UIP_CONF_IPV6 */
/** @}*/

View file

@ -105,3 +105,5 @@ rtimer_run_next(void)
return;
}
/*---------------------------------------------------------------------------*/
/** @}*/

View file

@ -67,3 +67,6 @@
}
#endif /* SUBPROCESS_H_ */
/** @}*/
/** @}*/

View file

@ -1360,3 +1360,4 @@ lanc111_init(void)
return 0;
}
/** @} */

View file

@ -491,3 +491,4 @@ PROCESS_THREAD(raven_lcd_process, ev, data)
}
/** @} */
/** @} */

View file

@ -484,3 +484,4 @@ PROCESS_THREAD(raven_lcd_process, ev, data)
}
/** @} */
/** @} */