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

stddoclet: Add plain text version of {@link}, such as {@linkplain}

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.0
    • 1.3.0
    • tools
    • beta2
    • sparc
    • solaris_2.6
    • Verified

      The {@link ref label} tag generates an HTML href anchor with a CODE label:

         <a href="ref"><CODE>label</CODE></a>

      This is useful, because most of the time, the label is an API name.
      We'd like the equivalent but without code:

         {@linkplain ref label}

      would generate:

         <a href="ref">label</a>

      If the label is missing:

         <@linkplain ref}

      then it would simply print the reference without <CODE>.
      Some people might prefer that use (particularly in headings, where
      code can look odd).

            jhosunw Jamie Ho (Inactive)
            dkramersunw Douglas Kramer (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: