Skip to content

Commit

Permalink
dokka stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Mar 23, 2017
1 parent f9f6a65 commit 01ca19a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ data class User(val name : String, val gender : String, val email : String)

### Documentation
* API
* [0.2.1](https://jitpack.io/com/github/sanity/shoebox/0.2.1/javadoc/)
* [0.2.2](https://jitpack.io/com/github/sanity/shoebox/0.2.2/javadoc/)
* [SNAPSHOT](https://jitpack.io/com/github/sanity/shoebox/-SNAPSHOT/javadoc/) (might be slow to load)
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.github.sanity'
version '0.2.1'
version '0.2.2'

buildscript {
ext.kotlin_version = '1.1.1'
Expand Down Expand Up @@ -62,7 +62,9 @@ task dokkaJavadoc(type: org.jetbrains.dokka.gradle.DokkaTask) {
outputFormat = 'html'
outputDirectory = javadoc.destinationDir
inputs.dir 'src/usersGender/kotlin'
samples = ['com/github/sanity/shoebox/samples']
samples = ["samples.kt"]

// samples = ["com/github/sanity/shoebox/samples/samples.kt"]
includes = ['packages.md']
}

Expand All @@ -80,4 +82,4 @@ pitest {

artifacts {
archives javadocJar
}
}

0 comments on commit 01ca19a

Please sign in to comment.