Project DescriptionNEaTly Documented Code helps documenting source code by taking comments directly from sources and by formatting them in a easy-to-read way.
This is perfect for programming blog, for example.
This project is inspired by (but not based on) Beautifully Documented Code
Current statusNeatlyDoc is currently able to cut C and VB comments and separate them into different groups. It can also automatically create HTML table out of them.
Future improvements
- Ability to understand basic WikiCreole syntax to make commenting easier
- Ability to understand .NET XML comments
Thanks toI originally started this project after discovering the wonderful
Beautifully Documented Code project started by Atul Varma for Mozilla.
The code for this project is completely original and not based on that project, but the original idea comes from it.