mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
doc: native: do not parse internal functions
This commit is contained in:
parent
aac54d5a13
commit
d65d339059
@ -61,6 +61,7 @@ extern "C" {
|
||||
typedef void (*_native_callback_t)(void);
|
||||
|
||||
/**
|
||||
* @cond INTERNAL
|
||||
* internal functions
|
||||
*/
|
||||
void native_cpu_init(void);
|
||||
@ -159,6 +160,10 @@ ssize_t _native_read(int fd, void *buf, size_t count);
|
||||
ssize_t _native_write(int fd, const void *buf, size_t count);
|
||||
ssize_t _native_writev(int fildes, const struct iovec *iov, int iovcnt);
|
||||
|
||||
/**
|
||||
* @endcond
|
||||
*/
|
||||
|
||||
/**
|
||||
* register interrupt handler handler for interrupt sig
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user