[platform/native] Add to doxygen tree

This commit is contained in:
Enrico Joerns 2014-09-25 01:04:25 +02:00
parent 81382d0dcf
commit 0288f867ce
2 changed files with 19 additions and 0 deletions

View File

@ -31,6 +31,17 @@
*
*/
/**
* \ingroup platform
*
* \defgroup native_platform Native platform
*
* Platform running in the host (Windows or Linux) environment.
*
* Used mainly for development and debugging.
* @{
*/
#include <stdio.h>
#include <string.h>
#include <unistd.h>
@ -297,3 +308,5 @@ uip_log(char *m)
fprintf(stderr, "%s\n", m);
}
/*---------------------------------------------------------------------------*/
/** @} */

View File

@ -30,6 +30,11 @@
*
*/
/**
* \addtogroup native_platform
* @{
*/
/**
* \defgroup beeper Beeper interface
* @{
@ -152,6 +157,7 @@ void beep_long(clock_time_t len);
void beep_quick(int num);
/** @} */
/** @} */
#endif /* BEEP_H_ */