Doxygen fix

This commit is contained in:
Simon Duquennoy 2018-05-18 07:27:25 -07:00
parent 3889ffe750
commit 9531b02a3a

View File

@ -34,7 +34,8 @@
* \addtogroup node-id * \addtogroup node-id
* @{ * @{
* *
* \file Node-id (simple 16-bit identifiers) handling * \file
* Node-id (simple 16-bit identifiers) handling
* \author Simon Duquennoy <simon.duquennoy@ri.se> * \author Simon Duquennoy <simon.duquennoy@ri.se>
* *
*/ */
@ -50,3 +51,5 @@ extern uint16_t node_id;
void node_id_init(void); void node_id_init(void);
#endif /* NODE_ID_H_ */ #endif /* NODE_ID_H_ */
/** @} */