[Mono-list] Re: [Mono-hackers-list] Re: Patch for mcs

Atsushi Eno atsushi@ximian.com
Tue, 02 Nov 2004 15:34:15 +0900


Hello,

>>Do you intend to create another tool like javadoc?
> 
>    Precisely. No "/doc" or "/mcsdoc" switch. But like you have
> "javac", "java" and "javadoc", I intend to have "mcs", "mono" and
> "mcsdoc".

Ok, I think I understood what you are going to do.

So what you need is, to have public members that are accessible
from your own tool 'mcsdoc', which 1)references to mcs.exe as an
assembly and 2)runs its Main() entrypoint and 3)get results that
contains Documentation, right? The code in your patch looks
actually not necessary for mcs itself.

Otherwise, you must need more patches to get it working (to get
documentation output). At least there should be patch for driver.cs
that handles your documentation support.

Atsushi Eno