diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-26 10:11:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-26 10:11:45 -0400 |
commit | 4895d8288c04577ffc1aed92ee4bffbabbd23295 (patch) | |
tree | 1cd134738d5fe72753de9f28863a011bf97dc0c9 /src/or/routerkeys.c | |
parent | cc90b57b045596a3ace603b23c6c932c841cb050 (diff) | |
download | tor-4895d8288c04577ffc1aed92ee4bffbabbd23295.tar.gz tor-4895d8288c04577ffc1aed92ee4bffbabbd23295.zip |
Do not treat "DOCDOC" as doxygen.
Diffstat (limited to 'src/or/routerkeys.c')
-rw-r--r-- | src/or/routerkeys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerkeys.c b/src/or/routerkeys.c index 34e9fc58ee..efb3cbb571 100644 --- a/src/or/routerkeys.c +++ b/src/or/routerkeys.c @@ -923,7 +923,7 @@ load_ed_keys(const or_options_t *options, time_t now) return -1; } -/**DOCDOC*/ +/* DOCDOC */ int generate_ed_link_cert(const or_options_t *options, time_t now) { |