[Mono-list] XML documentation
Miguel de Icaza
miguel@ximian.com
19 Oct 2001 00:45:42 -0400
o
> This isn't a very important point, but I've noticed some cases of people
> using XML documentation snippets like this:
>
> // <summary>
> // This class encrypts with ROT13. Twice.
> // </summary>
>
> Don't forget, XML documentation comments start with THREE slashes, not two.
>
> /// <summary>
> /// ...
> /// </summary>
You are correct. I will fix the MCS sources later, i am in the middle
of reorganizing expression resolution right now :)