opensrcforge - 2007-05-08

Hi Folks,

I have been surprised to find that the NDoc documentation for my C#.NET 2005 project doesn't include the method name in the method signature.  Notice, I get "public String" without the name of the method.  This has to be an easy fix, has nyone seen this?

public String (
   String token,
   String fileName,
   Int64 fileSize,
   Byte[] md5Hash
);

Thanks in advance for any help!