dominik wrote: > another option is javadoc - why no one mentioned javadoc? A couple reasons: 1) javadoc has an ugly user syntax. @param? @author? Hideous. I wanted something that would look like natural text in user code, not like another programming language. 2) javadoc cannot be used for documents that are not in source code.