diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-11 10:38:10 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-11 10:38:10 -0500 |
commit | 2b3dc3384c41a1e8961b9303b5fa533edf4922c3 (patch) | |
tree | f8a7b29a146c4148527a6eeba655379baf1c14e7 /changes | |
parent | ee33bf5ee0d1a2c88d185caa29e1924f919cc3e9 (diff) | |
parent | b1083584c752398056a591fb9b342f4e58e6b172 (diff) | |
download | tor-2b3dc3384c41a1e8961b9303b5fa533edf4922c3.tar.gz tor-2b3dc3384c41a1e8961b9303b5fa533edf4922c3.zip |
Merge branch 'ticket32385'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket32385 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket32385 b/changes/ticket32385 new file mode 100644 index 0000000000..2ff76be267 --- /dev/null +++ b/changes/ticket32385 @@ -0,0 +1,6 @@ + o Minor features (doxygen): + - Our "make doxygen" target now respects --enable-fatal-warnings by + default, and does not warn about items that are missing documentation. + To warn about missing documentation, run configure with the + "--enable-missing-doc-warnings" flag: doing so suspends fatal warnings + for doxygen. Closes ticket 32385. |