Skip to content

Commit

Permalink
Fix aggregate javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
agentgt committed Jan 5, 2024
1 parent c75ea6e commit cd16704
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions bin/doc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mvn --batch-mode --no-transfer-progress -Pdoc clean install -DskipTests=true
6 changes: 6 additions & 0 deletions rainbowgum-config-apt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,11 @@
</plugins>
</build>
</profile>
<profile>
<id>doc</id>
<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>
</profile>
</profiles>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@
* <tr>
* <th>Property Pattern</th>
* <th>Type</th>
* <th>Required</th>
* <th>Default</th>
* <th>Description</th>
* </tr>
$$#properties$$
$$#normal$$
* <tr>
* <td>{@value $$propertyLiteral$$ }</td>
* <td><code>{@value $$propertyLiteral$$ }</code></td>
* <td><code>$$type$$</code></td>
* <td><code>$$required$$</code></td>
* <td><code>$$defaultValue$$</code></td>
* <td>$$javadoc$$</td>
* </tr>
$$/normal$$
Expand Down Expand Up @@ -88,7 +92,7 @@ public final class $$builderName$$ {
$$#normal$$

/**
* Sets $$#required$$<strong>required</strong>$$/required$$$$name$$.
* Sets $$#required$$<strong>required</strong> $$/required$$$$name$$.
* @param $$name$$ <code>{@value #$$propertyLiteral$$ } = $$type$$</code> $$javadoc$$
* @return this builder.
*/
Expand Down

0 comments on commit cd16704

Please sign in to comment.