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 (JIRA)" <ji...@apache.org> on 2012/04/21 21:46:34 UTC

[jira] [Commented] (LUCENE-3732) overview.html needs help

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

Robert Muir commented on LUCENE-3732:
-------------------------------------

A lot of the problem here is that some of these pages (including various package.html's) do this:

instead of:
{noformat}
 {@link org.apache.lucene.analysis.TokenStream TokenStream}
{noformat}

they do:
{noformat}
<a href="org/apache/lucene/analysis/TokenStream.html">TokenStream</a>
{noformat}

Which means 'ant javadocs' won't fail on these broken links. 
I'll clean these up to use real javadocs links whenever possible.
                
> overview.html needs help
> ------------------------
>
>                 Key: LUCENE-3732
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3732
>             Project: Lucene - Java
>          Issue Type: Bug
>    Affects Versions: 3.6, 4.0
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>         Attachments: LUCENE-3732.patch
>
>
> When you open javadocs, this is the very first thing you see (index.html).
> It has a bunch of sample code and links that are broken. In some situations I can see it was updated here and there,
> but others (like javadocs links) link to java 1.2 javadocs no longer online, etc.

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