diff options
author | Roger Dingledine <arma@torproject.org> | 2005-06-11 05:31:17 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-06-11 05:31:17 +0000 |
commit | fcd0fc3364947071944cba0420d27cf267a3b146 (patch) | |
tree | 289418a85330d1db1eeff9f844ac56c69b688580 /src/or/tor_main.c | |
parent | 691265df0c5b7c0c9da78c7513fe2385665d9a55 (diff) | |
download | tor-fcd0fc3364947071944cba0420d27cf267a3b146.tar.gz tor-fcd0fc3364947071944cba0420d27cf267a3b146.zip |
flesh out the source file descriptions for doxygen
svn:r4404
Diffstat (limited to 'src/or/tor_main.c')
-rw-r--r-- | src/or/tor_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/tor_main.c b/src/or/tor_main.c index 26c260c92c..a33c6550bc 100644 --- a/src/or/tor_main.c +++ b/src/or/tor_main.c @@ -6,7 +6,8 @@ const char tor_main_c_id[] = "$Id$"; /** * \file tor_main.c - * \brief Entry point for tor binary. + * \brief Stub module containing a main() function. Allows unit + * test binary to link against main.c. **/ int tor_main(int argc, char *argv[]); |