technical doc

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i am making asp.net project using c#.net and i want to mak technical
documentation for the project
is there a tool in the .net fram work makes that?
 
maro said:
i am making asp.net project using c#.net and i want to mak technical
documentation for the project
is there a tool in the .net fram work makes that?

It depends on what technical documentation means to you. If you want to
create a documentation of your application's classes and their members, go
with NDoc (http://ndoc.sourceforge.net/). If you want to create UML diagrams
from your existing code base, have a look at the usual suspects like
Rational XDE.

Cheers,
 
Back
Top