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/23 12:51:28 UTC

[jira] [Commented] (LUCENE-3904) Similarity javadocs look ugly if created with java7's javadoc

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

Robert Muir commented on LUCENE-3904:
-------------------------------------

Stefan: that was exactly the problem!

Additionally when we had a math formula with something like A/B

(such as the 1/sumOfSquaredWeights^1/2), the text wasn't being centered, but that was more minor.

Can you review my patch?
                
> Similarity javadocs look ugly if created with java7's javadoc
> -------------------------------------------------------------
>
>                 Key: LUCENE-3904
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3904
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: general/javadocs
>    Affects Versions: 3.6, 4.0
>            Reporter: Robert Muir
>         Attachments: LUCENE-3904.patch, Screen Shot 2012-03-23 at 12.38.21 PM.png
>
>
> The captions used to illustrate the formulas are tables here:
> in jdk 5/6 the table is centered nicely.
> But with java7's javadocs (I think due to some css styles changes?),
> the table is not centered but instead stretched.
> I think we just need to center this table with a different technique?
> Have a look at http://people.apache.org/~rmuir/java7-style-javadocs/org/apache/lucene/search/Similarity.html to see what I mean.
> NOTE: these javadocs are under TFIDFSimilarity.java in trunk.

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