Skip to content

Commit

Permalink
#6459 remove internal classes from javadoc (#6463)
Browse files Browse the repository at this point in the history
* #6459 remove internal classes from javadoc

* #6459 remove internal classes from javadoc
  • Loading branch information
rbidas authored and scottdraves committed Dec 7, 2017
1 parent c0d7b33 commit 0eff293
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kernel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ subprojects {
source = sourceSets.main.allJava
classpath = configurations.compile
javadoc.destinationDir = file("$rootDir/../beakerx/beakerx/javadoc")
javadoc.include 'com/twosigma/beakerx/chart/**'
javadoc.include 'com/twosigma/beakerx/easyform/**'
javadoc.include 'com/twosigma/beakerx/table/**'
javadoc.include 'com/twosigma/beakerx/mimetype/**'
javadoc.include 'com/twosigma/beakerx/jvm/object/**'
javadoc.exclude '**/serializer/**'
}

afterEvaluate {
Expand Down

0 comments on commit 0eff293

Please sign in to comment.