afs commented on PR #2420:
URL: https://github.com/apache/jena/pull/2420#issuecomment-2092717969
Javadoc: less of a concern: there are lots of warnings (291) in Eclipse!
Very repetitive and possible better seeing if the HTML output is OK anyway.
One class of warning that looks like it needs addressing is: "Invalid param
tag name"
```
Javadoc: Invalid param tag name
CreateClasses.java
/jena-ontapi/src/main/java/org/apache/jena/ontapi/model line 195 Java
Problem
Javadoc: Invalid param tag name
CreateClasses.java
/jena-ontapi/src/main/java/org/apache/jena/ontapi/model line 244 Java
Problem
Javadoc: Invalid param tag name
ModelTestUtils.java
/jena-ontapi/src/test/java/org/apache/jena/ontapi/testutils line 141
Java Problem
Javadoc: Invalid param tag name
ModelTestUtils.java
/jena-ontapi/src/test/java/org/apache/jena/ontapi/testutils line 171
Java Problem
Javadoc: Invalid param tag name
OntClass.java /jena-ontapi/src/main/java/org/apache/jena/ontapi/model
line 227 Java Problem
Javadoc: Invalid param tag name
OntModel.java /jena-ontapi/src/main/java/org/apache/jena/ontapi/model
line 242 Java Problem
Javadoc: Invalid param tag name
OntObject.java /jena-ontapi/src/main/java/org/apache/jena/ontapi/model
line 107 Java Problem
Javadoc: Invalid param tag name
SetCardinality.java
/jena-ontapi/src/main/java/org/apache/jena/ontapi/model line 35 Java Problem
```
to take the first:
```
* @param cardinality, {@code int}, non-negative number
```
It's flagging the "`,`" and causes the Eclipse display of javadoc not to
have the text.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]