software-documentation

Documenting Software

Is there a software documentation standard where the developers need to create only one document for their modules and it can be used as a functional doc as well as for testing the software. Edit: I am not looking for API documentation. A document which will include specs which can be used as a functional and testing doc. ...

Convert Maven Site Software Documentation to PDF

I am currently working on a project written in Java and I am using Maven and the maven-site-plugin to generate a website containing all the relevant JavaDoc, reports, etc. I am needing at the same time to be able to convert the same documentation into a readable, book-like format. Are there any scripts or tools out there designed to ta...