Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We've started to embark on some JSF development and I've been tasked to write a small UI library of facelet components for use without our suite of applications. As these will be delivered by JAR to other developers, I'd like to ensure it is packaged with comprehensive API documentation.

Is there a standard way of writing this, and are there any tools available to generate the final documentation? I suppose I'm looking for the equivalent of javadoc in facelets land!

Thanks, Chris.

share|improve this question

1 Answer

Try Doxygen: http://www.stack.nl/~dimitri/doxygen/ It's free and can auto-document code.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.