NDOC add-on for VB.NET

  • Thread starter Thread starter Peter Lykkegaard
  • Start date Start date
P

Peter Lykkegaard

Hi

gotdotnet is being phased out
Anyone knows where I get a copy of the NDOC add-on for VB.NET?

Yeah I know about time to move on and start using VS 2005 :)

tia/Peter

(repost from m.p.d.framework)
 
Downloads for the latest version I know of can be found here:
http://blogs.netindonesia.net/agusto/archive/2006/08/04/10497.aspx

Can be hard to find unless you know the file names, which are
ndoc-bin-1.3.1-v13.zip
ndoc-src-1.3.1-v13.zip

....
Then there are

NDoc 2005: http://sourceforge.net/projects/ndoc05/

NDoc Reloaded: http://sourceforge.net/projects/ndoc-reloaded

....
But why not look at Sandcastle, which seems to live a more
active life than NDoc?
http://en.wikipedia.org/wiki/SandCastle

Regards,

Joergen Bech
 
Downloads for the latest version I know of can be found here:
http://blogs.netindonesia.net/agusto/archive/2006/08/04/10497.aspx

Can be hard to find unless you know the file names, which are
ndoc-bin-1.3.1-v13.zip
ndoc-src-1.3.1-v13.zip
Ups sorry I have already downloaded NDoc from sourceforge.net
Out of the box NDoc dos not extract comments from VB coding

I need to create some documentation for VB.NET and there should be an ad-on
for NDoc which can do this

tia/Peter
 
Ups sorry I have already downloaded NDoc from sourceforge.net
Out of the box NDoc dos not extract comments from VB coding

I need to create some documentation for VB.NET and there should be an ad-on
for NDoc which can do this

tia/Peter

http://vb-doc.sourceforge.net/ ?

or http://www.codeproject.com/vb/net/VbCommenter.asp ?

Back to Sandcastle, this might be of interest:
http://blogs.msdn.com/brada/archive/2007/05/15/creating-api-documentation.aspx

I still that Sandcastle is the future, NDoc, the past, and right
now we are stuck in a hole where NDoc is dying due to lack of
development and the tools for Sandcastle are not quite there yet(?)

But in all honesty, I haven't looked at it recently, so I
think I'll go have a look at http://www.codeplex.com/SHFB
and http://blogs.msdn.com/sandcastle/.

New releases appear to have come out in the last couple of days.

/Joergen Bech
 
On Sat, 23 Jun 2007 20:53:55 +0200, "Peter Lykkegaard"
Ahh here you go - I have stumbled across some references to use vbcommenter
but haven't been able to find any specefics

Hmm I'll assume it support 1.1 classes done in VS2003?
New releases appear to have come out in the last couple of days.


Ok I'll have to check it when we move on to VS2005 in the very near future
Atm I just need to create some class documentation for internal usage
Browsing the sourcecode takes some time :)

Cheers!

- Peter
 
Back
Top