javadocs very very ugly if you generate with java7
--------------------------------------------------
Key: LUCENE-3903
URL: https://issues.apache.org/jira/browse/LUCENE-3903
Project: Lucene - Java
Issue Type: Bug
Components: general/javadocs
Affects Versions: 3.6, 4.0
Reporter: Robert Muir
Java7 changes its javadocs to look much nicer, but this involves different CSS
styles.
Lucene overrides the CSS with stylesheet+prettify.css which is a combination of
java5/6 stylesheet + google prettify:
but there are problems because java7 has totally different styles.
So if you generate javadocs with java7, its like you have no stylesheet at all.
A solution might be to make stylesheet7+prettify.css and conditionalize a
property in ant based on java version.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]