mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
d3e547b2bd
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.
6 lines
310 B
Plaintext
6 lines
310 B
Plaintext
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.
|