diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-22 19:00:05 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-22 19:00:05 +0000 |
commit | b68379b13b9169cf3542d678da6c1c2b4258c49e (patch) | |
tree | 4b2dd4aebe8d834486fb86d5a0853db60337c7d4 /src/or/tor_main.c | |
parent | e5100bc6b5d3d7b004a66358bdf66ae8d3b00084 (diff) | |
download | tor-b68379b13b9169cf3542d678da6c1c2b4258c49e.tar.gz tor-b68379b13b9169cf3542d678da6c1c2b4258c49e.zip |
Add DOCDOC entries for undocumented static and global variables.
svn:r17739
Diffstat (limited to 'src/or/tor_main.c')
-rw-r--r-- | src/or/tor_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/tor_main.c b/src/or/tor_main.c index c9c58213c6..d4eee4291a 100644 --- a/src/or/tor_main.c +++ b/src/or/tor_main.c @@ -6,6 +6,7 @@ const char tor_main_c_id[] = "$Id$"; +/* DOCDOC tor_svn_revision */ const char tor_svn_revision[] = #ifndef _MSC_VER #include "micro-revision.i" |