diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-23 17:56:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-23 17:56:31 +0000 |
commit | 558e9899e4d11d8ef194e5bc1761d5d2f6dff450 (patch) | |
tree | 45eb50017f2b65c70babf90b3c088a3c952ce6de /src/or/tor_main.c | |
parent | d7f55dafe0287c1a8c13478c4e077da65533769c (diff) | |
download | tor-558e9899e4d11d8ef194e5bc1761d5d2f6dff450.tar.gz tor-558e9899e4d11d8ef194e5bc1761d5d2f6dff450.zip |
Document most undocumented variables.
svn:r17754
Diffstat (limited to 'src/or/tor_main.c')
-rw-r--r-- | src/or/tor_main.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/or/tor_main.c b/src/or/tor_main.c index d4eee4291a..4f06f3fa90 100644 --- a/src/or/tor_main.c +++ b/src/or/tor_main.c @@ -6,7 +6,10 @@ const char tor_main_c_id[] = "$Id$"; -/* DOCDOC tor_svn_revision */ +/** String describing which Tor subversion repository version the source was + * built from. This string is generated by a bit of shell kludging int + * src/or/Makefile.am, and is usually right. + */ const char tor_svn_revision[] = #ifndef _MSC_VER #include "micro-revision.i" |