diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-22 14:56:16 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-22 14:56:16 +0000 |
commit | 55348884b5fddb0fb8ebdf45fc6aac4e59b8a212 (patch) | |
tree | c1d55711096c314c5b0a33c30dbb7ae5f51a7140 /src/or/dirserv.c | |
parent | df89748388c3c50f54f988d851626bbe77159d1e (diff) | |
download | tor-55348884b5fddb0fb8ebdf45fc6aac4e59b8a212.tar.gz tor-55348884b5fddb0fb8ebdf45fc6aac4e59b8a212.zip |
Fix all of the doxygen warnings not pertaining to missing documentation.
svn:r17727
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 598316fcda..8694da702f 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1870,7 +1870,7 @@ version_from_platform(const char *platform) * which has at least <b>buf_len</b> free characters. Do NUL-termination. * Use the same format as in network-status documents. If <b>version</b> is * non-NULL, add a "v" line for the platform. Return 0 on success, -1 on - * failure. If <b>first_line_only<b> is true, don't include any flags + * failure. If <b>first_line_only</b> is true, don't include any flags * or version line. */ int |