Skip to content

Commit e650610

Browse files
Feature/42 javadoc (#49)
* Set theme jekyll-theme-slate * Create index.md Initialise GH pages * Update dokka version * Add javadoc links to sibling modules * Add javadoc link to GH docs
1 parent eb80114 commit e650610

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

binary-array-ld-netcdf/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
<link>
5151
<url>https://www.unidata.ucar.edu/software/netcdf-java/v4.5/javadoc/</url>
5252
</link>
53+
<link>
54+
<url>http://kotlin.binary-array-ld.net/javadoc/binary-array-ld-lib</url>
55+
</link>
5356
</externalDocumentationLinks>
5457
</configuration>
5558
</plugin>

binary-array-ld-test/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@
4444
</dependency>
4545
</dependencies>
4646

47+
<build>
48+
<plugins>
49+
<plugin>
50+
<groupId>org.jetbrains.dokka</groupId>
51+
<artifactId>dokka-maven-plugin</artifactId>
52+
</plugin>
53+
</plugins>
54+
</build>
55+
4756
<repositories>
4857
<repository>
4958
<id>unidata-all</id>

docs/lib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Library
22

3-
Javadocs are available [here](todo).
3+
Javadocs are available [here](http://kotlin.binary-array-ld.net/javadoc).
44
You can find Java examples [here](https://github.com/binary-array-ld/net.binary_array_ld.bald/tree/master/binary-array-ld-demo/src/main/java/net/bald).
55

66
To use the BALD core library in your Maven project, add the following dependency:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.jetbrains.dokka</groupId>
125125
<artifactId>dokka-maven-plugin</artifactId>
126-
<version>1.4.30</version>
126+
<version>1.5.0</version>
127127
<executions>
128128
<execution>
129129
<phase>package</phase>

0 commit comments

Comments
 (0)