diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-04 10:23:36 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-04 10:23:36 -0500 |
commit | 62a473debf98cf43a3645366ec5ab6171d735616 (patch) | |
tree | 33071afbed3c166e7202e6a947aafc7b7cc8f644 /src/lib/ctime | |
parent | 51a98929148e9ca08b33735fb0542759380c57a9 (diff) | |
download | tor-62a473debf98cf43a3645366ec5ab6171d735616.tar.gz tor-62a473debf98cf43a3645366ec5ab6171d735616.zip |
Doxygen: Avoid ambiguity in @dir directives
This commit was automatically generated with:
find src -name '*.dox' |xargs perl -i -pe 's{\@dir ([^/])}{\@dir /$1};'
Diffstat (limited to 'src/lib/ctime')
-rw-r--r-- | src/lib/ctime/lib_ctime.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ctime/lib_ctime.dox b/src/lib/ctime/lib_ctime.dox index bf95b03165..2bcd0f036a 100644 --- a/src/lib/ctime/lib_ctime.dox +++ b/src/lib/ctime/lib_ctime.dox @@ -1,5 +1,5 @@ /** -@dir lib/ctime +@dir /lib/ctime @brief lib/ctime: Constant-time code to avoid side-channels. This module contains constant-time implementations of various |