Question

Where can I find the official Javadoc for Sitebricks (in my case, version 0.8.6)? There is nothing on neither the Google Code Page nor on Sitebricks.org. The closest thing I could find was on Jarvana (http://www.jarvana.com/jarvana/doc?search_type=javadoc_project&project=sitebricks), but this is very far from what I am looking for. I want to use something that is official from Google.

Was it helpful?

Solution

You can get the official source code from the repository and build the javadoc yourself.

If you use Eclipse you can also just use the zip of the source code and attach that to your library jar. Eclipse will dynamically render the javadoc from source files.

OTHER TIPS

SiteBricks is not a google product anymore. We'll not get anything official from Google. the repository on github is the home of the project.

https://github.com/dhanji/sitebricks

Regards

The Javadocs are published as part of the Maven release process. You can obtain them from Central.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top