langtools/test/tools/javadoc/generics/tparamTagOnMethod/expected.out
changeset 10 06bc494ca11e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/langtools/test/tools/javadoc/generics/tparamTagOnMethod/expected.out	Sat Dec 01 00:00:00 2007 +0000
@@ -0,0 +1,12 @@
+method pkg1.A.<T, U>m1(T, U)
+  signature: (T, U)
+             (T, U)
+  @param <T> the kind of thing
+  @param <U> the other kind of thing
+  @param t the thing itself
+  @param u the other thing
+  type parameters:
+    T
+    U
+  returns:
+    void