doxygen: Fix many warnings
This commit fixes nearly all of the reported doxygen warnings. I tried to not clutter the log with removed trailing spaces. Removed whitespace and converted tab/spaces for all files affected by this commit are in a separate branch.
This commit is contained in:
parent
d0e9cd18c7
commit
938d17576b
34 changed files with 231 additions and 175 deletions
|
@ -75,6 +75,13 @@
|
|||
#include <avr/wdt.h>
|
||||
#include <util/delay.h>
|
||||
|
||||
#if UIP_CONF_IPV6_RPL
|
||||
// Include needs to be up here instead of embedded in the other
|
||||
// UIP_CONF_IPV6_RPL block, as doxygen seems not to be compatible with
|
||||
// #includes embedded in other functions and spits out a warning.
|
||||
#include "rpl.h"
|
||||
#endif
|
||||
|
||||
#if JACKDAW_CONF_USE_SETTINGS
|
||||
#include "settings.h"
|
||||
#endif
|
||||
|
@ -579,7 +586,6 @@ void menu_process(char c)
|
|||
|
||||
|
||||
#if UIP_CONF_IPV6_RPL
|
||||
#include "rpl.h"
|
||||
extern uip_ds6_netif_t uip_ds6_if;
|
||||
case 'N':
|
||||
{ uint8_t i,j;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue