Kfir,
To start, take a look at the section of the MSDN documentation titled
"How to: Use the XML Documentation Features (C# Programming Guide)", located
at:
http://msdn2.microsoft.com/en-us/library/z04awywx(VS.80).aspx
Also, you will want to take a look at Sandcastle, which is the codename
for the documentation compiler that (I believe) will be released with Orcas
(the next version of Visual Studio):
http://blogs.msdn.com/sandcastle/
You can also look at NDoc as well. Last I checked (and this was a while
ago) it didn't have much support (or any) for documentation of generics, so
this could be an issue:
http://ndoc.sourceforge.net/
Hope this helps.
"Kfir Marouani" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi,
> I'm looking for a way to generate documents from my source files. Like in
> Javadocs.
> Anyone?
>
> (Thanks in advance)
>
>