Closing doxygen groups

(cherry picked from commit 25c8b0835d)
This commit is contained in:
Rémy Léone 2014-05-30 11:01:20 +02:00 committed by harald
parent 45dee77092
commit a952a96b6e
19 changed files with 200 additions and 168 deletions

View file

@ -125,7 +125,7 @@ best_parent(rpl_parent_t *p1, rpl_parent_t *p2)
{
rpl_rank_t r1, r2;
rpl_dag_t *dag;
PRINTF("RPL: Comparing parent ");
PRINT6ADDR(rpl_get_parent_ipaddr(p1));
PRINTF(" (confidence %d, rank %d) with parent ",
@ -159,3 +159,5 @@ update_metric_container(rpl_instance_t *instance)
{
instance->mc.type = RPL_DAG_MC_NONE;
}
/** @}*/