documentation generator

D

Dirk Reske

Hello,

how can I generate the code documentation out of my xml comments?
before .net 2.0 I uses NDoc...by they don't get it work with generics til
now....

thanks!
Dirk
 
B

Ben Voigt

Dirk Reske said:
Hello,

how can I generate the code documentation out of my xml comments?
before .net 2.0 I uses NDoc...by they don't get it work with generics til
now....

You might try doxygen, it has support for C# as well as C++, and I think its
support for templates covers generics pretty well. If it doesn't work on
your code, post a small snippet; I've already gotten a few patches accepted
which add C++/CLI support, and improved C# support is useful to me as well.
 
P

Peter Macej

Our VSdocman will generate documentation with (old and new) MSDN
look&feel. The generics are fully supported.
 
A

Allan Ebdrup

Matt Lacey said:
Try sandcastle:
http://blogs.msdn.com/sandcastle/

It is likely (hopefully) to also be included in VS"Orcas"

I installed Sandcastle but I cant find it in the Start->All programs and I
cant find anything in the VS2005 Team Suite menus relating to Sandcastle, so
my question is: How do I start Sandcastle after installing it?

Kind Regards,
Allan Ebdrup
 
M

Matt Lacey

I installed Sandcastle but I cant find it in the Start->All programs and I
cant find anything in the VS2005 Team Suite menus relating to Sandcastle, so
my question is: How do I start Sandcastle after installing it?

Kind Regards,
Allan Ebdrup

Sorry, I don't have it installed on this machine so I can't double
check, things.

If memory serves there should be an entry under Start > All Programs
It should install to: cd \Program Files\Sandcastle
It's a command line app, so there is no GUI to run.
It comes with a help file which is very good.

For example use see:
https://blogs.msdn.com/sandcastle/archive/2006/07/29/682398.aspx
 
A

Allan Ebdrup

Matt Lacey said:
If memory serves there should be an entry under Start > All Programs
It should install to: cd \Program Files\Sandcastle
It's a command line app, so there is no GUI to run.
It comes with a help file which is very good.

For example use see:
https://blogs.msdn.com/sandcastle/archive/2006/07/29/682398.aspx

There is nothing under Start > All Programs
I looked for a help file under \Program Files\Sandcastle but couldn't find
anything
The example you refer to is helpfull.

Kind Regards,
Allan Ebdrup
 

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

Top