You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (Commented) (JIRA)" <ji...@apache.org> on 2012/03/22 16:16:23 UTC

[jira] [Commented] (LUCENE-3903) javadocs very very ugly if you generate with java7

    [ https://issues.apache.org/jira/browse/LUCENE-3903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13235628#comment-13235628 ] 

Robert Muir commented on LUCENE-3903:
-------------------------------------

I really think we should fix this for 3.6: its not just that its ugly but it looks actually broken.
                
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org