Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11831 )
Change subject: [docs] site.sh: treat doxygen warnings as errors ...................................................................... [docs] site.sh: treat doxygen warnings as errors With this patch, doxygen treats warnings as errors while generating Kudu C++ client API docs for the project Web site. By default, when just building the 'doxygen' target without any special flags in the development environment, doxygen does not treat warnings as errors. The idea behind this patch is to make it easier to spot various documentation-related issues in the Kudu C++ client API when generating public-facing documentation. Change-Id: I8badede45f1f54788bbb05ebcb80bfb0b61120cb Reviewed-on: http://gerrit.cloudera.org:8080/11831 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M CMakeLists.txt M README.adoc M docs/support/doxygen/client_api.doxy.in M docs/support/scripts/make_site.sh 4 files changed, 21 insertions(+), 7 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/11831 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8badede45f1f54788bbb05ebcb80bfb0b61120cb Gerrit-Change-Number: 11831 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]>
