diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-06 13:08:04 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-06 13:08:04 -0500 |
commit | b994397f1af193f841703151af846ac497bbc0f7 (patch) | |
tree | 659352c104ba7b6540dd999166bcc6ab35173616 /src/feature/client/entrynodes.h | |
parent | 9663ac00275c808b478474e9d6aa3a194612424f (diff) | |
download | tor-b994397f1af193f841703151af846ac497bbc0f7.tar.gz tor-b994397f1af193f841703151af846ac497bbc0f7.zip |
entrynodes.h: make a comment into doxygen.
Diffstat (limited to 'src/feature/client/entrynodes.h')
-rw-r--r-- | src/feature/client/entrynodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/client/entrynodes.h b/src/feature/client/entrynodes.h index 4e5eb4e960..cb53d0c3fc 100644 --- a/src/feature/client/entrynodes.h +++ b/src/feature/client/entrynodes.h @@ -28,7 +28,7 @@ typedef struct circuit_guard_state_t circuit_guard_state_t; private. */ typedef struct entry_guard_restriction_t entry_guard_restriction_t; -/* Information about a guard's pathbias status. +/** Information about a guard's pathbias status. * These fields are used in circpathbias.c to try to detect entry * nodes that are failing circuits at a suspicious frequency. */ |