Opened 11 years ago

Closed 11 years ago

#1768 closed defect (fixed)

Incorrect CSS when generating javadoc with Java7

Reported by: Nicklas Nordborg Owned by: everyone
Priority: trivial Milestone: BASE 3.2.3
Component: documentation Version:
Keywords: Cc:

Description

Changes in the javadoc generation between Java6 and Java7 has caused the javadoc generated for the 3.2.x branch to use an obsolete css template.

Note that this only happens if the 3.2.x javadoc is generated by Java7, but since the trunk is now on Java7 (#1676), 3.2.x is also generted by Java7.

This issue doesn't affect the functionality of the documentation, just the visual appearance.

Change History (2)

comment:1 by Nicklas Nordborg, 11 years ago

The fix is to make the same change to the 'javadoc.css' file as in [6130]

comment:2 by Nicklas Nordborg, 11 years ago

Resolution: fixed
Status: newclosed

(In [6304]) Fixed #1768: Incorrect CSS when generating javadoc with Java7

Note: See TracTickets for help on using tickets.