[platform/native] Add to doxygen tree
This commit is contained in:
parent
81382d0dcf
commit
0288f867ce
|
@ -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 <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
@ -297,3 +308,5 @@ uip_log(char *m)
|
||||||
fprintf(stderr, "%s\n", m);
|
fprintf(stderr, "%s\n", m);
|
||||||
}
|
}
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
|
/** @} */
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,11 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* \addtogroup native_platform
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \defgroup beeper Beeper interface
|
* \defgroup beeper Beeper interface
|
||||||
* @{
|
* @{
|
||||||
|
@ -152,6 +157,7 @@ void beep_long(clock_time_t len);
|
||||||
|
|
||||||
void beep_quick(int num);
|
void beep_quick(int num);
|
||||||
|
|
||||||
|
/** @} */
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
#endif /* BEEP_H_ */
|
#endif /* BEEP_H_ */
|
||||||
|
|
Loading…
Reference in a new issue