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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user