Hi and thanks for your answer,
the things is that we want to do data base with all the documentation generated for our programmers in .net. So, when someone do a new application and need a specific method he could look for it in the data base and locate (if exists) the project or solution where this method is implemented. For this reason, we want to do like the c# compiler or ndoc do but with some differences.
I know how to generate the xml (like the compiler) and how to export these datas to a data base (in this particular case), but i don't know exactly how to extract the comments for the code and relate this comments with the object to which the code makes reference.
I hope it's clear. I know is a strange doubt, but if someone know how to do it, please tell me.
|