Gen JavaDoc for all but scala
This commit is contained in:
@@ -139,6 +139,23 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.jetbrains.dokka</groupId>
|
||||
<artifactId>dokka-maven-plugin</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<configuration>
|
||||
<reportUndocumented>true</reportUndocumented>
|
||||
<includes>${project.basedir}/src/main/module-info.md</includes>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>javadocJar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
||||
11
src/kotlinx/src/main/module-info.md
Normal file
11
src/kotlinx/src/main/module-info.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Module kotlinx
|
||||
|
||||
This module contains an implementation of the document store API which uses a `kotlinx.serialization`-based serializer (relies on reified generics)
|
||||
|
||||
# Package solutions.bitbadger.documents.kotlinx
|
||||
|
||||
The document store API based on `kotlinx.serialization`
|
||||
|
||||
# Package solutions.bitbadger.documents.kotlinx.extensions
|
||||
|
||||
Extensions on the Java `Connection` object for document manipulation
|
||||
Reference in New Issue
Block a user