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
This commit is contained in:
Michael Bayne
2011-03-15 17:50:09 +00:00
parent de7254ac5b
commit 0a15a1e09a
@@ -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