| I have just finished a project in beta 2005 of VS. I have generated the XML Documentation file, which is obviously not very readable. I have tried using NDoc to compile it, but this does not cope well with generics or inface .NET v2.x. Are there any programs that will compile this into a nice format Cheers, Chris | |
XML Documentation
kulkarni
Kai123
http://www.codeproject.com/soap/XMLDocStylesheet.asp
I find it really hard to believe that there is not really tool by microsoft for this.
AdamAitken
Thanks,
Chris
detrix
SamTran
I heard very useful information that Microsoft will provide alternative solution. Please look at following URL for more information:
http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=2d65db5c-7bf5-43f3-8496-083aa966c411
juanchoc
http://blogs.msdn.com/ericgu/archive/2004/06/25/166046.aspx
genki
I have found a style sheet that makes it look a bit better. I also ammended it to put everything in tables, indented and lists.
Chris
Drew Burlingame
Yuval [MSFT] (Expert):
Q: Is there any way to get the xml documentation from a c# .net 2.0 application into a readable format
A: We don't provide any tools to do it, but there are a couple options.
You can write your own tool which reads in the XML that the compiler generates and format it into HTML to suit your own needs. Or there are some online tools which do that for you. I think NDoc is one such example, but there are probably others.
Matt Warren [MSFT] (Expert):
Q: Are microsoft planning on releasing an xml documention converter as relying on 3rd party application such as NDoc (which doesnt function well with .net 2.0 yet) is not very helpful
A: We don't have any tool internally to do this. I suspect that NDoc will be updated.
Obviously very helpful..
Dmitry-Khmel
http://ndoc.sourceforge.net/wiki/dotNet_2.0_Support
Wenlong.Dong
Either I'm missing something or I'm confused. I don't understand why the 'Build Comment Web Pages' functionality from VS.Net 2003 hasn't been (or isn't going to be) extended for VS.Net 2005
Rong M. Wang
Thanks
Danny