I started using primefaces a few months ago, and I couldn'd find out a way to enable javadoc for primefaces. Now I want to know if there's really a way to do that and how to do ?

Thanks in advance, Leo

PS: I'm using Netbeans7

link|improve this question
feedback

2 Answers

up vote 5 down vote accepted

This link (regarding tablib docs) and this other link (regarding user manual) might help. I don't think the taglib documentation is included in the JAR yet, but their lead developer says it will be. He also says that the user manual is now free (used to cost 10 euro).

This forums post may also be of interest to you if you are using a PrimeFaces 3.0-M3-SNAPSHOT release.

This issue was also discussed in another Stack Overflow question about the older PrimeFaces.

link|improve this answer
Thanks a lot for your answer Jim. I'll check the links that you passed! C'ya – Leonardo TM Jul 20 '11 at 19:46
feedback

One approach would be bundle the source and binary jar into a library via Tools -> Library -> new library and then registering this library in your application (Right click project -> properties -> Libraries -> add Library)

However I don't think this is going to help you, as I don't really see any comments in the few classes that I looked at, nor do I see a javadocs jar. So your best bet is probably the user guide.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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