tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit bc4b9d7df48106cb4cba4c3a288510038d7faea3
parent b314b68d618dc38a974722625061c9450f692875
Author: Nick Mathewson <nickm@torproject.org>
Date:   Sat, 26 Oct 2019 12:09:09 -0400

Changes file for ticket 32307.

Diffstat:
Achanges/ticket32307 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/changes/ticket32307 b/changes/ticket32307 @@ -0,0 +1,4 @@ + o Minor features (documentation): + - Make sure that doxygen outputs documentation for all of our C files. + Previously, some were missing @file declarations, causing them to be + ignored. Closes ticket 32307.