commit b994397f1af193f841703151af846ac497bbc0f7 Author: Nick Mathewson nickm@torproject.org Date: Wed Nov 6 13:08:04 2019 -0500
entrynodes.h: make a comment into doxygen. --- src/feature/client/entrynodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/feature/client/entrynodes.h b/src/feature/client/entrynodes.h index 4e5eb4e96..cb53d0c3f 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. */