diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-16 08:44:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-16 08:44:35 -0400 |
commit | f9fac733b900091917b56f6517ef2b2ed775f6e0 (patch) | |
tree | b4665e223f2587b4d3a399ff9b8ce02f7ff3bca3 /src/core | |
parent | 591420df20211c19c687bc8abcb9234732bbc529 (diff) | |
download | tor-f9fac733b900091917b56f6517ef2b2ed775f6e0.tar.gz tor-f9fac733b900091917b56f6517ef2b2ed775f6e0.zip |
Doxygen: Fix things that looked like links.
Doxygen thinks that saying #foo is linking to a "foo" anchor
someplace.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/or/circuitpadding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/circuitpadding.h b/src/core/or/circuitpadding.h index 683ac95de7..a5c46b4390 100644 --- a/src/core/or/circuitpadding.h +++ b/src/core/or/circuitpadding.h @@ -388,7 +388,7 @@ typedef struct circpad_state_t { * * States are allowed to transition to themselves, which means re-schedule * a new padding timer. They are also allowed to temporarily "transition" - * to the "IGNORE" and "CANCEL" pseudo-states. See #defines below + * to the "IGNORE" and "CANCEL" pseudo-states. See defines below * for details on state behavior and meaning. */ circpad_statenum_t next_state[CIRCPAD_NUM_EVENTS]; |