Have a look on the Sourceforge site for a tool called vb.doc
 
This does the extract of comments from VB code, either through a GUI, command line or through its own NAnt task.  You can then use the NDoc task on the resulting xml and compiled assemblies.
 
You may have to edit the tool or your code slightly as it doesn't code with "decoration" such as the rows of '''--------------- than VBCommenter puts in.
 
HTH,
 
Bill
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Steve Baker
Sent: 22 July 2005 16:49
To: nant-users@lists.sourceforge.net
Subject: [Nant-users] vb.net xml documentation

Hi all,

 

I am trying to build xml documentation using the ndoc task. The catch is my current client uses vb.net.

 

So we use the VBXC add-in for vb.net to code up all the xml comments. A build in vs.net will then generate the xml file used for documentation. The problem is the solution task will not generate the xml file for vb.net because it is functionality only built into the add-in.

 

Besides installing vs.net and the add-in on the build machine and calling vs.net instead of using the solution task, has anyone found a good way to build the xml file used for documentation for vb.net?

 

Thanks,

 

Steve

Reply via email to