build c++ docs in correct location
----------------------------------
Key: AVRO-422
URL: https://issues.apache.org/jira/browse/AVRO-422
Project: Avro
Issue Type: Bug
Components: c++
Reporter: Scott Banachowski
There's two problems with the c++ documentation build: 1) after the code
reorg, doxygen was not finding the correct path for the headers, and 2) it was
not copying the html files to the same path that the top level avro index.html
expected to find them.
This patch fixes both.
It also has 2 minor changes that were in my repo but never submitted: 1) fix a
coverity warning about checking unsigned value with <0, and 2) add a #define
for EOF because builds on some linux distributions were not finding it.
I'd like to get these submitted for 1.3.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.