You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2019/11/13 19:25:56 UTC

[kudu-CR] [docs] WARN AS ERROR requires doxygen >= 1.8.11

Hello Will Berkeley, Kudu Jenkins, Adar Dembo, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/11832

to look at the new patch set (#5).

Change subject: [docs] WARN_AS_ERROR requires doxygen >= 1.8.11
......................................................................

[docs] WARN_AS_ERROR requires doxygen >= 1.8.11

The doxygen's WARN_AS_ERROR configuration parameter was introduced with
version 1.8.11 released December 30, 2015.  Since that was relatively
long time ago and the doxygen tool is needed only when building
Kudu C++ client API documentation, I think it's OK to require a
relatively fresh version of the doxygen tool.

Information on the version of the pre-packaged doxygen tool available
supported popular Linux distributions (except for SLES):

 OS version (codename) | doxygen version
-----------------------------------------
 RHEL/CentOS 6.6       | 1.6.1
 RHEL/CentOS 6.10      | 1.6.1
 RHEL/CentOS 7.5       | 1.8.5
 Debian 8 (jessie)     | 1.8.8
 Debian 9 (stretch)    | 1.8.13
 Ubuntu 14.04 (trusty) | 1.8.6
 Ubuntu 16.04 (xenial) | 1.8.11
 Ubuntu 18.04 (bionic) | 1.8.13

This is a follow-up for 6064884950f7bb5cb5ca1c4767ac0f34e1c631c9.

Change-Id: I7f2cfc0a9765ee0641f1cf0138ce92e54d18ce96
---
M CMakeLists.txt
M docs/developing.adoc
2 files changed, 9 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/32/11832/5
-- 
To view, visit http://gerrit.cloudera.org:8080/11832
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I7f2cfc0a9765ee0641f1cf0138ce92e54d18ce96
Gerrit-Change-Number: 11832
Gerrit-PatchSet: 5
Gerrit-Owner: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>