Huge API documentation cleanup

darcs-hash:20051024152625-ac50b-41503feb4ea8d428c5b30c159aaae0c8f7ae46a2.gz
This commit is contained in:
axel
2005-10-25 01:26:25 +10:00
parent f8de9de13d
commit 277f9b7e60
29 changed files with 480 additions and 82 deletions

7
io.h
View File

@@ -17,7 +17,9 @@ typedef struct io_data
int io_mode;
/** FD to redirect */
int fd;
/** parameter for redirection */
/**
Type-specific parameter for redirection
*/
union
{
/** Fds for IO_PIPE and for IO_BUFFER */
@@ -28,6 +30,9 @@ typedef struct io_data
int old_fd;
} param1
;
/**
Second type-specific paramter for redirection
*/
union
{
/** file creation flags to send to open for IO_FILE */