I realize that. IDEA is still wrong though - only the
comma is an error, the identifiers themselves are
correct.

On Thu, 7 Feb 2002, Jason Boehle wrote:

> The comma isn't proper JavaDoc @param tag syntax.  See
> http://java.sun.com/j2se/1.3/docs/tooldocs/win32/javadoc.html#@param.

> -----Original Message-----
> /**
>   * returns the encircled energy for the specified extraction aperture
>   * @param aperture, extraction aperture that the
> 
> -----------^^^^^^^^^--------------------------------------------------
> 
>   *        astronomer intends to use for this target
>   **/
> public double getEncircledEnergy(ExtractionAperture aperture)
> {
>      return getEncircledEnergy(aperture, pPivot);
> }
> 
> (red characters marked with ^)
> 
> It turns out that it doesn't like the comma.


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to