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 , 11 years ago
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The fix is to make the same change to the 'javadoc.css' file as in [6130]