[Mono-list] C# Documentation Tool

Miguel de Icaza miguel@ximian.com
13 Mar 2002 17:27:18 -0500


> I don't know if this is the correct place for this. If not can someone 
> direct me to the correct place. I have written a C# documentation tool in 
> C#, this was motivated by the poor quality tool provided by Microsoft. It 
> is still in the alpha phase of development but I believe it is already 
> better than the Microsoft tool. It has been released under the GNU GPL 
> although I am not sure it will be much use in the current form as it uses 
> regular expressions.
> 
> If anyone wants to take a look it is available at 
> http://www.softsteel.co.uk/tutorials/cSharp/lesson19.html.

I will take a look at it when I start implementing the /doc: command
line option for the Mono compiler.  But I am currently killing some bugs
that are important to get rid of.

You could look at our compiler code base try to see if we can integrate
these together.

Miguel.