Developers blog, .NET, C#, VB.NET, ATLAS, AJAX, WWF, ORM, LINQ, ARCHITECTURE and more by Frank Kroondijk |
|
ProfileFrank KroondijkSoftware developerSoftware architectBlog profile
Links
Archives
200 feeds |
dinsdag, mei 02, 2006ScriptDoc: document your Atlas classes
This application generates documentation for Atlas client script libraries.
It generates XML documentation files that have the same format as C# documentation files and that can be processed by existing tools such as NDoc. Documentation is generated from the source code of the classes defined in files and namespaces defined in a project file. The project to use is specifiedusing the project query string parameter. For example, if you have built the project file myProject.xml in the Projects directory, browsing todefault.aspx?project=myProject will generate the file Output/myProject.xml documentation file. http://weblogs.asp.net/bleroy/archive/2006/05/01/444739.aspx |