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 /configure.ac | |
parent | d3e547b2bd93a5e43e90bda144971e243e092a57 (diff) | |
download | tor-b1083584c752398056a591fb9b342f4e58e6b172.tar.gz tor-b1083584c752398056a591fb9b342f4e58e6b172.zip |
Clarify that "missing-doc-warnings" makes doxygen warnings nonfatal
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f3c955ad05..e8441411d1 100644 --- a/configure.ac +++ b/configure.ac @@ -77,7 +77,7 @@ AC_ARG_ENABLE(pic, AS_HELP_STRING(--enable-pic, [Build Tor's binaries as position-independent code, suitable to link as a library.])) AC_ARG_ENABLE(missing-doc-warnings, - AS_HELP_STRING(--enable-missing-doc-warnings, [Tell doxygen to warn about missing documentation.])) + AS_HELP_STRING(--enable-missing-doc-warnings, [Tell doxygen to warn about missing documentation. Makes doxygen warnings nonfatal.])) if test "$enable_missing_doc_warnings" = "yes"; then DOXYGEN_FATAL_WARNINGS=NO |