diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-06 16:59:41 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-11 10:38:04 -0500 |
commit | b1083584c752398056a591fb9b342f4e58e6b172 (patch) | |
tree | 9bc98f88b7ed0b569f4c65d81817897282dd43b9 /changes/ticket32385 | |
parent | d3e547b2bd93a5e43e90bda144971e243e092a57 (diff) | |
download | tor-b1083584c752398056a591fb9b342f4e58e6b172.tar.gz tor-b1083584c752398056a591fb9b342f4e58e6b172.zip |
Clarify that "missing-doc-warnings" makes doxygen warnings nonfatal
Diffstat (limited to 'changes/ticket32385')
-rw-r--r-- | changes/ticket32385 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changes/ticket32385 b/changes/ticket32385 index 2a4fc64f3d..2ff76be267 100644 --- a/changes/ticket32385 +++ b/changes/ticket32385 @@ -2,4 +2,5 @@ - 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. Closes ticket 32385. + "--enable-missing-doc-warnings" flag: doing so suspends fatal warnings + for doxygen. Closes ticket 32385. |