[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

@ -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_ */