<html>
    <head>
      <base href="http://fiji.sc/bugzilla/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:hinerm@gmail.com" title="Mark Hiner <hinerm@gmail.com>"> <span class="fn">Mark Hiner</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEEDSINFO "
   title="NEEDSINFO - Script editor attempts to parse @ in /* comments */ as parameters"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=921">bug 921</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>hinerm@gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDSINFO "
   title="NEEDSINFO - Script editor attempts to parse @ in /* comments */ as parameters"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=921#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEEDSINFO "
   title="NEEDSINFO - Script editor attempts to parse @ in /* comments */ as parameters"
   href="http://fiji.sc/bugzilla/show_bug.cgi?id=921">bug 921</a>
              from <span class="vcard"><a class="email" href="mailto:hinerm@gmail.com" title="Mark Hiner <hinerm@gmail.com>"> <span class="fn">Mark Hiner</span></a>
</span></b>
        <pre>See also: <a href="http://imagej.net/Script_parameters">http://imagej.net/Script_parameters</a>

Put any non @-prefixed line before your @author javadoc and the script should
work, as well.

The problem with trying to detect and avoid something like javadoc is that the
scripting framework allows aliasing of any class to a single keyword. So
"@author" could actually be a valid class alias.

We could at least reduce the chance for such misunderstandings by terminating
parameter parsing if we encounter a class with no alias.

see: <a href="https://github.com/scijava/scijava-common/issues/117">https://github.com/scijava/scijava-common/issues/117</a>

The relevant code is:
<a href="https://github.com/scijava/scijava-common/blob/master/src/main/java/org/scijava/script/ScriptInfo.java#L208-244">https://github.com/scijava/scijava-common/blob/master/src/main/java/org/scijava/script/ScriptInfo.java#L208-244</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>