web documentation in VS 2005
IT & Infrastructure
2
Posts
2
Posters
0
Views
1
Watching
-
Hello communtity! I want to have a webdocumentation like in VS 2003. Ok, it didn´t work in the past but I know how it can looks if it works. :laugh: So is there any way that I can do something like these xml-documentation in 2003? Thx!
Sure you can do it. Just put /// above each Property and Function Definition It'll generate Summary comments Fill the spaces. When you are done. Go to Project Menu and Select Project Properties. In the build Tab put the file path for XML documentation. and Its done. If you need to further generate Compiled HTML used nDoc tool to do this. Its startting point you can explore other things now. Best of luck:), Regards, Rizwan