Create doxygen groups for platforms

* Cooja
* Native
* jn516x
* nrf52dk
This commit is contained in:
George Oikonomou 2017-12-02 22:57:26 +00:00
parent f25318b60d
commit d4680c656a
4 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,4 @@
/**
* \defgroup cooja COOJA network simulator node
* \ingroup platform
*/

View File

@ -0,0 +1,4 @@
/**
* \defgroup jn516x The JN516x Board
* \ingroup platform
*/

View File

@ -0,0 +1,4 @@
/**
* \defgroup native_platform Native platform
* \ingroup platform
*/

View File

@ -0,0 +1,4 @@
/**
* \defgroup nrf52dk nRF52 Development Kit
* \ingroup platform
*/