Skip to content

Commit f8de70c

Browse files
author
Daniel Jäckle
committed
Update comments for the doxygen documentation
1 parent 2b7ca7e commit f8de70c

File tree

23 files changed

+138
-80
lines changed

23 files changed

+138
-80
lines changed

src/apps/LoRaMac/classA/MoteII/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ License: Revised BSD License, see LICENSE.TXT file include in the project
1313
Maintainer: Miguel Luis and Gregory Cristian
1414
*/
1515

16+
/*! \file classA/MoteII/main.c */
17+
1618
#include <string.h>
1719
#include <math.h>
1820
#include "board.h"

src/apps/LoRaMac/classA/NAMote72/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ License: Revised BSD License, see LICENSE.TXT file include in the project
1313
Maintainer: Miguel Luis and Gregory Cristian
1414
*/
1515

16+
/*! \file classA/NAMote72/main.c */
17+
1618
#include <string.h>
1719
#include <math.h>
1820
#include "board.h"

src/apps/LoRaMac/classA/SK-iM880A/main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ License: Revised BSD License, see LICENSE.TXT file include in the project
1212
1313
Maintainer: Andreas Pella (IMST GmbH), Miguel Luis and Gregory Cristian
1414
*/
15+
16+
/*! \file classA/SK-iM880A/main.c */
17+
1518
#include <string.h>
1619
#include <math.h>
1720
#include "board.h"

src/apps/LoRaMac/classA/SensorNode/main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ License: Revised BSD License, see LICENSE.TXT file include in the project
1212
1313
Maintainer: Miguel Luis and Gregory Cristian
1414
*/
15+
16+
/*! \file classA/SensorNode/main.c */
17+
1518
#include <string.h>
1619
#include <math.h>
1720
#include "board.h"

src/apps/LoRaMac/classB/MoteII/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ License: Revised BSD License, see LICENSE.TXT file include in the project
1313
Maintainer: Miguel Luis and Gregory Cristian
1414
*/
1515

16+
/*! \file classB/MoteII/main.c */
17+
1618
#include <string.h>
1719
#include <math.h>
1820
#include "board.h"

src/apps/LoRaMac/classB/NAMote72/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ License: Revised BSD License, see LICENSE.TXT file include in the project
1313
Maintainer: Miguel Luis and Gregory Cristian
1414
*/
1515

16+
/*! \file classB/NAMote72/main.c */
17+
1618
#include <string.h>
1719
#include <math.h>
1820
#include "board.h"

src/apps/LoRaMac/classB/SK-iM880A/main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ License: Revised BSD License, see LICENSE.TXT file include in the project
1212
1313
Maintainer: Andreas Pella (IMST GmbH), Miguel Luis and Gregory Cristian
1414
*/
15+
16+
/*! \file classB/SK-iM880A/main.c */
17+
1518
#include <string.h>
1619
#include <math.h>
1720
#include "board.h"

src/apps/LoRaMac/classB/SensorNode/main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ License: Revised BSD License, see LICENSE.TXT file include in the project
1212
1313
Maintainer: Miguel Luis and Gregory Cristian
1414
*/
15+
16+
/*! \file classB/SensorNode/main.c */
17+
1518
#include <string.h>
1619
#include <math.h>
1720
#include "board.h"

src/apps/LoRaMac/classC/MoteII/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ License: Revised BSD License, see LICENSE.TXT file include in the project
1313
Maintainer: Miguel Luis and Gregory Cristian
1414
*/
1515

16+
/*! \file classC/MoteII/main.c */
17+
1618
#include <string.h>
1719
#include <math.h>
1820
#include "board.h"

src/apps/LoRaMac/classC/NAMote72/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ License: Revised BSD License, see LICENSE.TXT file include in the project
1313
Maintainer: Miguel Luis and Gregory Cristian
1414
*/
1515

16+
/*! \file classC/NAMote72/main.c */
17+
1618
#include <string.h>
1719
#include <math.h>
1820
#include "board.h"

0 commit comments

Comments
 (0)