Skip to content

Commit a190806

Browse files
committed
Documentation
1 parent 4e96195 commit a190806

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Verify Codebase](https://github.com/hal/elemento/actions/workflows/verify.yml/badge.svg)](https://github.com/hal/elemento/actions/workflows/verify.yml) [![Javadoc](https://img.shields.io/badge/JavaDoc-Online-green)](https://hal.github.io/elemento/apidocs/) [![Maven Central](https://img.shields.io/maven-central/v/org.jboss.elemento/elemento-core)](https://search.maven.org/search?q=g:org.jboss.elemento%20AND%20a:elemento-core) ![GWT3/J2CL compatible](https://img.shields.io/badge/GWT3/J2CL-compatible-brightgreen.svg) [![Chat on Gitter](https://badges.gitter.im/hal/elemento.svg)](https://gitter.im/hal/elemento)
1+
[![Verify Codebase](https://github.com/hal/elemento/actions/workflows/verify.yml/badge.svg)](https://github.com/hal/elemento/actions/workflows/verify.yml) [![Javadoc](https://img.shields.io/badge/JavaDoc-Online-green)](https://hal.github.io/elemento/apidocs/) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/hal/elemento) [![Maven Central](https://img.shields.io/maven-central/v/org.jboss.elemento/elemento-core)](https://search.maven.org/search?q=g:org.jboss.elemento%20AND%20a:elemento-core) ![GWT3/J2CL compatible](https://img.shields.io/badge/GWT3/J2CL-compatible-brightgreen.svg) [![Chat on Gitter](https://badges.gitter.im/hal/elemento.svg)](https://gitter.im/hal/elemento)
22

33
# Elemento
44

apidoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ cd apidoc
101101
./mvnw org.apache.maven.plugins:maven-antrun-plugin:run@copy-sources
102102
./mvnw org.apache.maven.plugins:maven-antrun-plugin:run@copy-demos
103103
./mvnw javadoc:javadoc
104-
105104
cd $script_dir
105+
106106
msg ""
107107
msg "API documentation generated in ${CYAN}apidoc/target/reports/apidocs${NOFORMAT}"

apidoc/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,6 @@
173173
<detectLinks>true</detectLinks>
174174
<doclint>none</doclint>
175175
<docfilessubdirs>true</docfilessubdirs>
176-
<sourceFileExcludes>
177-
<exclude>**/*Demo.java</exclude>
178-
</sourceFileExcludes>
179176
<failOnError>false</failOnError>
180177
<links>
181178
<link>https://hal.github.io/elemento/apidocs/</link>
@@ -189,6 +186,9 @@
189186
</link>
190187
</links>
191188
<show>public</show>
189+
<sourceFileExcludes>
190+
<exclude>**/*Demo.java</exclude>
191+
</sourceFileExcludes>
192192
</configuration>
193193
</plugin>
194194
</plugins>

0 commit comments

Comments
 (0)