Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,18 @@ dependencies {
testCompile 'junit:junit:4.11'
}

test {
systemProperty 'test_with_php', "$System.env.TEST_WITH_PHP"
javadoc {
options.docEncoding 'utf-8'
options.charSet 'utf-8'
options.windowTitle 'Kana Tools for Java SDK'
options.noNavBar true
options.noHelp true
options.noDeprecated true
options.noDeprecatedList true
options.noQualifiers 'all'
options.memberLevel = JavadocMemberLevel.PUBLIC
options.links 'https://docs.oracle.com/javase/8/docs/api/'
options.stylesheetFile = new File(projectDir, "docs/kanatools-javadocs.css");
}

jacoco {
Expand Down
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Kana Tools for Java - Documentation
===================================

#### Website
* [Online documentation](http://mariten.github.io/kanatools-java/)

#### Code
* [See the `gh-pages` branch of this repo](https://github.com/mariten/kanatools-java/tree/gh-pages)
Loading