Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8262992

Improve `@see` output

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 17
    • 17
    • tools

      There are some invalid uses of `@see` in JDK API docs, apparently to work around the shortcomings of the current output.

      The current output is simply a comma-space separated list of `@see` items.

      It would be better if the list used `<ul>` if there are long items or items containing whitespace or commas. Put the other way, use `<ul>` by default, unless all the items are simple words, e.g. like type-names.

            hannesw Hannes Wallnoefer
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: