summaryrefslogtreecommitdiff
path: root/src/common/fakepoll.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-05-10 03:53:24 +0000
committerNick Mathewson <nickm@torproject.org>2004-05-10 03:53:24 +0000
commitc0ea93337db2f2e1ec5afce74d5cdf6031f289b9 (patch)
tree1bde48616945994b425c00c95c7fe3401508fbf4 /src/common/fakepoll.c
parent9968f1da984bc35cd1b7070fc05f2e5392613a2c (diff)
downloadtor-c0ea93337db2f2e1ec5afce74d5cdf6031f289b9.tar.gz
tor-c0ea93337db2f2e1ec5afce74d5cdf6031f289b9.zip
Doxygenate common.
svn:r1829
Diffstat (limited to 'src/common/fakepoll.c')
-rw-r--r--src/common/fakepoll.c8
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"