[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: Searching for implementors of an interface

While I am on the subject...

Has anyone noticed the JavaDoc for SearchPattern.createPattern(IJavaElement[], .. etc) methods contains HTML unordered lists that do not match up. I am looking at the 3.1 online help.

The indentation goes all weird and the @return comments end up in the wrong place.

Looking at the source code it seems it is opening a new UL element when they mean to be closing the last one, i.e. the '/' character is missing.

- Chris