summaryrefslogtreecommitdiff
path: root/src/common/log.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-06-11 05:31:17 +0000
committerRoger Dingledine <arma@torproject.org>2005-06-11 05:31:17 +0000
commitfcd0fc3364947071944cba0420d27cf267a3b146 (patch)
tree289418a85330d1db1eeff9f844ac56c69b688580 /src/common/log.h
parent691265df0c5b7c0c9da78c7513fe2385665d9a55 (diff)
downloadtor-fcd0fc3364947071944cba0420d27cf267a3b146.tar.gz
tor-fcd0fc3364947071944cba0420d27cf267a3b146.zip
flesh out the source file descriptions for doxygen
svn:r4404
Diffstat (limited to 'src/common/log.h')
-rw-r--r--src/common/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log.h b/src/common/log.h
index bfcb557e6d..bff4ab71b9 100644
--- a/src/common/log.h
+++ b/src/common/log.h
@@ -6,7 +6,7 @@
/**
* \file log.h
*
- * \brief Headers for logging functions.
+ * \brief Headers for log.c
**/
#ifndef __LOG_H