From: Jaroslaw K. <ja...@jk...> - 2006-05-22 18:39:38
|
Hi, I'm a big fan of small utilities that can help me automate everyday programming tasks. Here is a tool I wrote some time ago, which may be useful to the users of NDoc. It's called NDocSyntax and it works by post-processing documentation files (*.xml) generated by C# compiler by adding coloring attributes to all <code> tags. Supports C#, Visual Basic, JScript and XML. The files can be then fed to NDoc 1.3.1 or 2.0 to produce nice looking documentation with syntax highlighting. The utility is free, open-source, licensed under the terms of BSD license (very permissive). It's rather quick and dirty but does its job. More information (screenshots included) can be found here: http://blog.jkowalski.net/?p=48 Jarek |