langtools/test/jdk/javadoc/tool/generics/genericInterface/expected.out
author ksrini
Sat, 28 Nov 2015 18:52:17 -0800
changeset 35426 374342e56a56
parent 10 langtools/test/tools/javadoc/generics/genericInterface/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

interface pkg1.A<T>
  name: A / A / pkg1.A
  type parameters:
    T
  methods:
    void m1(T)