Skip to content

Commit

Permalink
tweak API docs
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed May 13, 2024
1 parent e60e793 commit 75b4e7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.persistence.javadocs</artifactId>
<artifactId>org.eclipse.persistence.javadoc</artifactId>
<packaging>pom</packaging>
<name>EclipseLink API documentation</name>
<name>Documentation - API</name>

<properties>
<apidocs.api.src>${project.build.directory}/api-sources</apidocs.api.src>
Expand Down Expand Up @@ -392,7 +392,7 @@
<doctitle>${apidocs.doctitle}</doctitle>
<bottom>${apidocs.bottom}</bottom>
<header>${apidocs.header}</header>
<group title="Core Modules" packages="${apidocs.core}"/>
<group title="Core" packages="${apidocs.core}"/>
<group title="Persistence" packages="${apidocs.persistence}"/>
<group title="MOXy" packages="${apidocs.moxy}"/>
<group title="DBWS" packages="${apidocs.dbws}"/>
Expand Down

0 comments on commit 75b4e7f

Please sign in to comment.