Gen JavaDoc for all but scala

This commit is contained in:
2025-03-26 23:43:18 -04:00
parent cf704ee182
commit 7cb7abd0e1
12 changed files with 110 additions and 25 deletions

View File

@@ -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>

View 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