diff options
author | Roger Dingledine <arma@torproject.org> | 2004-05-10 07:54:13 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-05-10 07:54:13 +0000 |
commit | 5dd9e60231f3b59d86149d0efec6fdf8257e384b (patch) | |
tree | ea83e0a5562fdc1fce5d63716b13e1e4c70e3bf1 /src/common/log.h | |
parent | 341d6f2cabcd71656bf9501f2157b7172eec7309 (diff) | |
download | tor-5dd9e60231f3b59d86149d0efec6fdf8257e384b.tar.gz tor-5dd9e60231f3b59d86149d0efec6fdf8257e384b.zip |
doxygen markup for common/*.h
svn:r1840
Diffstat (limited to 'src/common/log.h')
-rw-r--r-- | src/common/log.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/log.h b/src/common/log.h index 5f900d320e..fa830a9b46 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -10,6 +10,11 @@ #ifndef __LOG_H +/** + * \file log.h + * \brief Headers for log.c + */ + #ifdef HAVE_SYSLOG_H #include <syslog.h> #define LOG_WARN LOG_WARNING |