Actions
Bug #346
openFailure to apply doxygen CSS patch when building HTML documentation
Status:
Feedback
Priority:
Normal
Assignee:
-
Start date:
09/25/2017
Due date:
% Done:
100%
Estimated time:
Description
After applying the patches in #342 and #345, running autoreconf -vif
to rebuild the configure
and Makefiles
, configuring the project and running
make -C doc/unitdoc html-local
,
from the top build directory to build the HTML documentation, make
fails when building the target html-local
when applying the final patch to the CSS:
patch -p1 <../../../doc/unitdoc/doxygen.css.patch patching file html/doxygen.css Hunk #1 FAILED at 944. 1 out of 1 hunk FAILED -- saving rejects to file html/doxygen.css.rej
This might be due to a different version of doxygen
being used and producing different CSS, but I have fixed this issue by creating a new doc/unitdoc/doxygen.css.patch
file. The attached patch fixes this patch file at least when using doxygen
version 1.8.13
.
Files
Actions