I made WebDoc once, it's a bit unstable and only works from within the same image... Basically it's a seaside app that let's you look at the system much like javadoc.
- All comments are parsed as Markdown and formatted for the website. - Links to methods and classes are extracted from the comments as well. - Method references are resolved if possible and a small popup is shown when hovering the sources You can download and try the image below. http://localhost:8080/webdoc/doc/ have fun! On 2012-10-09, at 15:53, Santiago Bragagnolo <[email protected]> wrote: > Hi all! > > Is there any kind of comments-processor to generate documentation?? > (like javadoc) or any kind of tool to automatize documentation generation > from the code? > > Santiago,.
