Javadocs deployed to lapps.github.io
ksuderman opened this issue · 2 comments
ksuderman commented
The Javadoc (Groovydoc) should be copied to the gh-pages branch of each of the top level repositories. The api documentation will then be available at https://lapps.github.io/<repo-name>
- org.lappsgrid.api
- org.lappsgrid.core
- org.lappsgrid.client
- org.lappsgrid.serialization
- org.lappsgrid.vocabulary
- org.lappsgrid.discriminator
The code in org.lappsgrid.discriminator is machine generated. For those classes to contain Javadoc requires the code generators be modified to generate the Javadocs.
ksuderman commented
Just because the code in org.lappsgrid.discriminator is machine generated doesn't mean the Javadocs can't be deployed.
ksuderman commented
Javadocs deployed and ready for review by @marcverhagen and @keighrim