I'm not sure this is suitable as a feature but I may not understand your intent.
The docs are currently maintained on a web site and building the copy that is distributed with NUnit takes place on (a local copy of) that web site.
I'm not very happy with the efficiency of this process but haven't had time to change it. What I don't understand is how building the same documentation in a different way would be a feature for users. Am I missing something?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm not sure this is suitable as a feature but I may not understand your intent.
The docs are currently maintained on a web site and building the copy that is distributed with NUnit takes place on (a local copy of) that web site.
I'm not very happy with the efficiency of this process but haven't had time to change it. What I don't understand is how building the same documentation in a different way would be a feature for users. Am I missing something?
I mean the incode XML documentation that is built with C# compiler, e.g.
mcs -doc:/path/file.xml
Ah. I had a feeling that I might be missing your point and I was. I agree this would be a good thing to add.