]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for ticket 32307.
authorNick Mathewson <nickm@torproject.org>
Sat, 26 Oct 2019 16:09:09 +0000 (12:09 -0400)
committerNick Mathewson <nickm@torproject.org>
Sat, 26 Oct 2019 16:09:09 +0000 (12:09 -0400)
changes/ticket32307 [new file with mode: 0644]

diff --git a/changes/ticket32307 b/changes/ticket32307
new file mode 100644 (file)
index 0000000..1e68430
--- /dev/null
@@ -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.