An Hong wrote:

Hi,
I wonder how come the API javadoc at http://lucene.apache.org/java/2_4_0/api/core/index.html is missing entries for classes like org.apache.lucene.index.DocumentsWriter, DocumentsWriterThreadState and many others.

That's because they're package private.

Doing “ant javadocs” locally does not generate the javadoc for these classes either, and I’m seeing errors such as,

[javadoc] javadoc: error - Error while reading file C:\svn \lucenestuff\lucene-2.4.0\contrib\ant\src\java\overview.html

Not sure about that one.

[javadoc] Generating C:\svn\lucenestuff\lucene-2.4.0\build\docs\api \contrib-ant\stylesheet.css... [javadoc] Note: Custom tags that could override future standard tags: @todo. To avoid potential overrides, use at least one period character (.) in custom tag names.
  [javadoc] Note: Custom tags that were not seen:  @uml.property

@todo and @uml.property  custom tags declared in common-build.xml.

Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to