From 0a15a1e09a89af3d05659179fca019bcaefe923c Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 15 Mar 2011 17:50:09 +0000 Subject: [PATCH] Avoid generating {@link Outer.Inner}, as Javadoc does not support such links. Bug 4464323 was filed 10 years ago, bringing this to Sun's attention, and has been acknowledged as a known bug. Apparently this has not annoyed anyone on the Java team enough to merit fixing. Sigh. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6532 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../resources/com/threerings/presents/tools/marshaller.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/com/threerings/presents/tools/marshaller.tmpl b/src/main/resources/com/threerings/presents/tools/marshaller.tmpl index d45b2a7b7..8ab71d1d1 100644 --- a/src/main/resources/com/threerings/presents/tools/marshaller.tmpl +++ b/src/main/resources/com/threerings/presents/tools/marshaller.tmpl @@ -19,7 +19,7 @@ public class {{name}}Marshaller extends InvocationMarshaller { {{#listeners}} /** - * Marshalls results to implementations of {@link {{name}}Service.{{listenerName}}Listener}. + * Marshalls results to implementations of {@code {{name}}Service#{{listenerName}}Listener}. */ public static class {{listenerName}}Marshaller extends ListenerMarshaller implements {{listenerName}}Listener