This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-secure-xml.git
The following commit(s) were added to refs/heads/main by this push:
new 9e86f65 Javadoc @link to our own classes.
9e86f65 is described below
commit 9e86f658dd093d996393a69bbb1c84cdbd8d7170
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Sep 1 13:11:51 2026 -0400
Javadoc @link to our own classes.
---
src/main/javadoc/overview.html | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index f63fbaa..83da515 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -44,31 +44,31 @@ <h1>
</tr>
<tr>
<td><a
href="https://docs.oracle.com/en/java/javase/25/docs/api/java.xml/javax/xml/parsers/DocumentBuilderFactory.html"><code>javax.xml.parsers.DocumentBuilderFactory</code></a></td>
-
<td><code>org.apache.commons.xml.secure.SecureDocumentBuilderFactory</code></td>
+ <td><code>{@link
org.apache.commons.xml.secure.SecureDocumentBuilderFactory
org.apache.commons.xml.secure.SecureDocumentBuilderFactory}</code></td>
</tr>
<tr>
<td><a
href="https://docs.oracle.com/en/java/javase/25/docs/api/java.xml/javax/xml/parsers/SAXParserFactory.html"><code>javax.xml.parsers.SAXParserFactory</code></a></td>
-
<td><code>org.apache.commons.xml.secure.SecureSAXParserFactory</code></td>
+ <td><code>{@link org.apache.commons.xml.secure.SecureSAXParserFactory
org.apache.commons.xml.secure.SecureSAXParserFactory}</code></td>
</tr>
<tr>
<td><a
href="https://docs.oracle.com/en/java/javase/25/docs/api/java.xml/javax/xml/validation/SchemaFactory.html"><code>javax.xml.validation.SchemaFactory</code></a></td>
- <td><code>org.apache.commons.xml.secure.SecureSchemaFactory</code></td>
+ <td><code>{@link org.apache.commons.xml.secure.SecureSchemaFactory
org.apache.commons.xml.secure.SecureSchemaFactory}</code></td>
</tr>
<tr>
<td><a
href="https://docs.oracle.com/en/java/javase/25/docs/api/java.xml/javax/xml/transform/TransformerFactory.html"><code>javax.xml.transform.TransformerFactory</code></a></td>
-
<td><code>org.apache.commons.xml.secure.SecureTransformerFactory</code></td>
+ <td><code>{@link
org.apache.commons.xml.secure.SecureTransformerFactory
org.apache.commons.xml.secure.SecureTransformerFactory}</code></td>
</tr>
<tr>
<td><a
href="https://docs.oracle.com/en/java/javase/25/docs/api/java.xml/javax/xml/stream/XMLInputFactory.html"><code>javax.xml.stream.XMLInputFactory</code></a></td>
-
<td><code>org.apache.commons.xml.secure.SecureXMLInputFactory</code></td>
+ <td><code>{@link org.apache.commons.xml.secure.SecureXMLInputFactory
org.apache.commons.xml.secure.SecureXMLInputFactory}</code></td>
</tr>
<tr>
<td><a
href="https://docs.oracle.com/en/java/javase/25/docs/api/java.xml/javax/xml/xpath/XPathFactory.html"><code>javax.xml.xpath.XPathFactory</code></a></td>
- <td><code>org.apache.commons.xml.secure.SecureXPathFactory</code></td>
+ <td><code>{@link org.apache.commons.xml.secure.SecureXPathFactory
org.apache.commons.xml.secure.SecureXPathFactory}</code></td>
</tr>
</table>
<p>
- Or use the <a
href="org/apache/commons/xml/secure/doc-files/rewrite.yml">OpenRewrite
recipe</a>.
+ Or use the <a
href="org/apache/commons/xml/secure/doc-files/rewrite.yml">OpenRewrite
<strong>recipe</strong></a>.
</p>
</section>
<section id="why">