aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-10-26 12:09:09 -0400
committerNick Mathewson <nickm@torproject.org>2019-10-26 12:09:09 -0400
commitbc4b9d7df48106cb4cba4c3a288510038d7faea3 (patch)
tree68e55d82d3be9d0ab1d3e208f952bb26b0755a4a
parentb314b68d618dc38a974722625061c9450f692875 (diff)
downloadtor-bc4b9d7df48106cb4cba4c3a288510038d7faea3.tar.gz
tor-bc4b9d7df48106cb4cba4c3a288510038d7faea3.zip
Changes file for ticket 32307.
-rw-r--r--changes/ticket323074
1 files changed, 4 insertions, 0 deletions
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.