Anonymous - 2006-05-09

Hello,

I'm using NDoc 1.3.1 with .NET v2.0 support and VS 2005.

When I generate MSDN documentation, in Parameters section aren't names of parameters. There are Object names instead.

Example:
/// <param name="sender">The source of the event.</param>

output:
Parameters
  Object
     The source of the event.

I don't know if it is bug or I'm doing something wrong.

Thanx.