Add Doxyfile, change docs

This commit is contained in:
Nils O. Selåsdal
2012-11-01 18:58:53 +01:00
parent cef7e3b057
commit 9aa6edf902
7 changed files with 1849 additions and 63 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ struct IOMux {
* The mux implementation must call iomux_timers_run after the
* polling has occured (or if it's polling times out)
*
* @mux The IOMux instance
* @timeout absolute time of a timeout - after which timers should run.
* @param mux The IOMux instance
* @param timeout absolute time of a timeout - after which timers should run.
* If timeout is NULL, no timeout should be set on the poll.
*/
int (*run_impl)(struct IOMux *mux, struct timeval *timeout);