mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Re-think our doxygen warnings wrt missing docs and fatalness.
Up till now, we have warned about all missing documentation, which meant that we could never make doxygen warnings fatal. This has led to our doxygen output getting full of errors several times in the past. This commit changes our approach to doxygen warnings: missing documentation warnings are only on when the user asks for them with --enable-missing-doc-warnings. When that option is not present, doxygen respects the --enable-fatal-warnings flag. Closes ticket 32385.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
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. Closes ticket 32385.
|
||||
Reference in New Issue
Block a user