From: Nick Mathewson Date: Sat, 26 Oct 2019 16:09:09 +0000 (-0400) Subject: Changes file for ticket 32307. X-Git-Tag: tor-0.4.3.1-alpha~237^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc4b9d7df48106cb4cba4c3a288510038d7faea3;p=thirdparty%2Ftor.git Changes file for ticket 32307. --- diff --git a/changes/ticket32307 b/changes/ticket32307 new file mode 100644 index 0000000000..1e68430991 --- /dev/null +++ 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.