Project

General

Profile

Actions

Bug #346

open

Failure to apply doxygen CSS patch when building HTML documentation

Added by Matthew Krupcale over 6 years ago. Updated over 3 years ago.

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 #1

Updated by Thomas Jahns over 3 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100

Resolved in commit:bf60175c0f0 part of release 1.0.6. Hopefully, similar errors will not come up in the future since the new method does not rely on patching.

Actions

Also available in: Atom PDF