Removed illegal @link asdoc directive from service generation templates
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5271 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -5,7 +5,7 @@ import $import;
|
||||
#end
|
||||
|
||||
/**
|
||||
* Provides the implementation of the {@link ${name}Service} interface
|
||||
* Provides the implementation of the <code>${name}Service</code> interface
|
||||
* that marshalls the arguments and delivers the request to the provider
|
||||
* on the server. Also provides an implementation of the response listener
|
||||
* interfaces that marshall the response arguments and deliver them back
|
||||
@@ -18,7 +18,7 @@ public class ${name}Marshaller extends InvocationMarshaller
|
||||
#if ($velocityCount > 1)
|
||||
|
||||
#end
|
||||
/** The method id used to dispatch {@link #$m.method.name} requests. */
|
||||
/** The method id used to dispatch <code>$m.method.name</code> requests. */
|
||||
public static const $m.code :int = $velocityCount;
|
||||
|
||||
// from interface ${name}Service
|
||||
|
||||
@@ -11,7 +11,7 @@ public class ${name}Marshaller_${listener.name}Marshaller
|
||||
extends InvocationMarshaller_ListenerMarshaller
|
||||
{
|
||||
#foreach ($lm in $listener.methods)
|
||||
/** The method id used to dispatch {@link #$lm.method.name} responses. */
|
||||
/** The method id used to dispatch <code>$lm.method.name</code> responses. */
|
||||
public static const $lm.code :int = $velocityCount;
|
||||
|
||||
#end
|
||||
|
||||
Reference in New Issue
Block a user