commit 439654012964fa8cd4e2dac926e2dddd45295c6b Author: Nick Mathewson nickm@torproject.org Date: Tue Oct 18 12:31:50 2016 -0400
Turn replaycache.c module doc into doxygen --- src/or/replaycache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/replaycache.c b/src/or/replaycache.c index c17cba5..8290fa6 100644 --- a/src/or/replaycache.c +++ b/src/or/replaycache.c @@ -1,7 +1,7 @@ /* Copyright (c) 2012-2016, The Tor Project, Inc. */ /* See LICENSE for licensing information */
-/* +/** * \file replaycache.c * * \brief Self-scrubbing replay cache for rendservice.c
tor-commits@lists.torproject.org