diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-27 18:19:57 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-27 18:19:57 +0100 |
commit | 23f8c9b32fc8515b7666b10167b9a1104a20de3e (patch) | |
tree | 8e2561deea513a41d38a93437fddfb1ce62b7aa9 /src/common/util_format.c | |
parent | fe6ca826dfc4d107faead4d3293740f29ad88ac1 (diff) | |
download | tor-23f8c9b32fc8515b7666b10167b9a1104a20de3e.tar.gz tor-23f8c9b32fc8515b7666b10167b9a1104a20de3e.zip |
Add a brief file-level description for everything in src/common
Diffstat (limited to 'src/common/util_format.c')
-rw-r--r-- | src/common/util_format.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/util_format.c b/src/common/util_format.c index 8d99138506..476e098e0b 100644 --- a/src/common/util_format.c +++ b/src/common/util_format.c @@ -4,6 +4,13 @@ * Copyright (c) 2007-2015, The Tor Project, Inc. */ /* See LICENSE for licensing information */ +/** + * \file util_format.c + * + * \brief Miscellaneous functions for encoding and decoding various things + * in base{16,32,64}. + */ + #include "orconfig.h" #include "torlog.h" #include "util.h" |