improve doxygen output.
This commit is contained in:
4
src/io.h
4
src/io.h
@@ -44,10 +44,14 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
/** @defgroup internal_io Internal: Device IO */
|
||||
/** @{ */
|
||||
void wiiuse_handshake(struct wiimote_t* wm, byte* data, uint16_t len);
|
||||
|
||||
int wiiuse_io_read(struct wiimote_t* wm);
|
||||
int wiiuse_io_write(struct wiimote_t* wm, byte* buf, int len);
|
||||
/** @} */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user