diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-03-16 14:47:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-03-16 14:47:27 -0400 |
commit | 7f6af7a60281f00fde2e3b3f552edcc5f9311a04 (patch) | |
tree | fec5c651baa1953c69872d841e6a48e639fe2333 /src/common | |
parent | 2def9e0a6e8fc4fa21696aa4fa9cfeaf2442e706 (diff) | |
download | tor-7f6af7a60281f00fde2e3b3f552edcc5f9311a04.tar.gz tor-7f6af7a60281f00fde2e3b3f552edcc5f9311a04.zip |
Fix up all doxygen warnings other than "foo is not documented"
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/address.c | 2 | ||||
-rw-r--r-- | src/common/torlog.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/address.c b/src/common/address.c index a2780fb051..072661bdc5 100644 --- a/src/common/address.c +++ b/src/common/address.c @@ -788,7 +788,7 @@ tor_addr_compare(const tor_addr_t *addr1, const tor_addr_t *addr2, * Reduce over-specific masks (>128 for ipv6, >32 for ipv4) to 128 or 32. * * The mask is interpreted relative to <b>addr1</b>, so that if a is - * ::ffff:1.2.3.4, and b is 3.4.5.6, + * \::ffff:1.2.3.4, and b is 3.4.5.6, * tor_addr_compare_masked(a,b,100,CMP_SEMANTIC) is the same as * -tor_addr_compare_masked(b,a,4,CMP_SEMANTIC). * diff --git a/src/common/torlog.h b/src/common/torlog.h index 791e363946..9b98bec915 100644 --- a/src/common/torlog.h +++ b/src/common/torlog.h @@ -5,7 +5,7 @@ /* See LICENSE for licensing information */ /** - * \file log.h + * \file torlog.h * * \brief Headers for log.c **/ |