langtools/test/jdk/javadoc/tool/generics/tparamTagOnMethod/expected.out
author ksrini
Sat, 28 Nov 2015 18:52:17 -0800
changeset 35426 374342e56a56
parent 10 langtools/test/tools/javadoc/generics/tparamTagOnMethod/expected.out@06bc494ca11e
permissions -rw-r--r--
8035473: [javadoc] Revamp the existing Doclet APIs 8146529: Update the new Doclet API 8146427: "-nohelp" option issue 8146475: "-helpfile" option issue Reviewed-by: alanb, bpatel, ihse, jjg, jlahoda, mchung, ogb, vromero
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
method pkg1.A.<T, U>m1(T, U)
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
  signature: (T, U)
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
             (T, U)
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
  @param <T> the kind of thing
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
  @param <U> the other kind of thing
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
  @param t the thing itself
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
  @param u the other thing
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
  type parameters:
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
    T
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
    U
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
  returns:
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
    void