commit b994397f1af193f841703151af846ac497bbc0f7
parent 9663ac00275c808b478474e9d6aa3a194612424f
Author: Nick Mathewson <nickm@torproject.org>
Date: Wed, 6 Nov 2019 13:08:04 -0500
entrynodes.h: make a comment into doxygen.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.
*/