Add check for doxygen version of build script since
we require a specific version (sadly).
Review URL: https://codereview.chromium.org/1536883002
Cr-Commit-Position: refs/heads/master@{#365977}
* It was broken after the git switch (it used SVN internally)
* Generate Pepper indexes to
c-api-{channel} instead of pepper_{channel}/c
This relies on using Doxygen 1.7.6.1, which was installed by default on Lucid. Doxygen 1.8 does not work, and maybe never will.
You can set the DOXYGEN environment variable to point to a good version of doxygen.
No trybots because it is a documentation generation only change. I tested locally to ensure this wouldn't break stuff.
BUG=none
TEST=local
NOTRY=true
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/591683002
Cr-Commit-Position: refs/heads/master@{#302127}