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.