doc generating tool

  • Thread starter Thread starter Rudderius
  • Start date Start date
R

Rudderius

hi,

does anyone know a tool to generate docs like the msdn docs? I'm working
with VS 2005 and C# 2.0 and i would like to convert my c# comments to a
msdn-like documentation.

thx
 
Hi Rudderius,
I have also been looking for a tool that can turn XML Documentation in
readable documents. Normally NDoc would be a good choice, but it only offers
partial support for 2.0 and doesn't seem to be moving very fast towards full
implementation. There is a commercial product called Document X! by
Innovasys: http://www.innovasys.com/products/documentx.asp it does not fully
support 2.0 right now but I contacted the company last week and they have a
Beta for 2.0 available to existing customers and it should be released to the
general public in the next four weeks.

Hope that helps
Mark Dawson
http://www.markdawson.org
 
Rudderius said:
hi,

does anyone know a tool to generate docs like the msdn docs? I'm working
with VS 2005 and C# 2.0 and i would like to convert my c# comments to a
msdn-like documentation.

thx

Look at http://jonas.lagerblad.com/blog/?p=4 for a version of NDoc
somewhat updated for .NET 2.0.

It's not perfect, there are some code constructs it doesn't handle, and
I don't believe it handles all the output filters right now but at least
it's something.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top