diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-05-10 03:53:24 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-05-10 03:53:24 +0000 |
commit | c0ea93337db2f2e1ec5afce74d5cdf6031f289b9 (patch) | |
tree | 1bde48616945994b425c00c95c7fe3401508fbf4 /src/common/fakepoll.c | |
parent | 9968f1da984bc35cd1b7070fc05f2e5392613a2c (diff) | |
download | tor-c0ea93337db2f2e1ec5afce74d5cdf6031f289b9.tar.gz tor-c0ea93337db2f2e1ec5afce74d5cdf6031f289b9.zip |
Doxygenate common.
svn:r1829
Diffstat (limited to 'src/common/fakepoll.c')
-rw-r--r-- | src/common/fakepoll.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/common/fakepoll.c b/src/common/fakepoll.c index bdc2831ea7..8fafb01796 100644 --- a/src/common/fakepoll.c +++ b/src/common/fakepoll.c @@ -2,9 +2,11 @@ /* See LICENSE for licensing information */ /* $Id$ */ -/***** - * fakepoll.c: On systems where 'poll' doesn't exist, fake it with 'select'. - *****/ +/** + * \file fakepoll.c + * + * \brief On systems where poll() doesn't exist, fake it with select(). + **/ #include "orconfig.h" #include "fakepoll.h" |