Copilot commented on code in PR #38:
URL: https://github.com/apache/xerces-j/pull/38#discussion_r2463884947


##########
build.xml:
##########
@@ -545,7 +549,9 @@ Authors:
       doctitle='XML Schema API'
       bottom='${copyright}'
       additionalparam='${additional.param}'
-      />
+    >
+        <arg value="-Xdoclint:none"/>
+    </javadoc>

Review Comment:
   [nitpick] The indentation of the `<arg>` element is inconsistent with the 
surrounding XML structure. The `<arg>` element should be indented to align with 
other child elements of the `<javadoc>` tag. Consider using consistent 
indentation (typically 2 or 4 spaces per level) throughout all javadoc tasks.



##########
build.xml:
##########
@@ -575,7 +583,9 @@ Authors:
       windowtitle='Other Classes' doctitle='Other Classes'
       bottom='${copyright}'
       additionalparam='${additional.param}'
-      />
+    >
+        <arg value="-Xdoclint:none"/>
+    </javadoc>

Review Comment:
   [nitpick] The indentation of the `<arg>` element is inconsistent with the 
surrounding XML structure. The `<arg>` element should be indented to align with 
other child elements of the `<javadoc>` tag. Consider using consistent 
indentation (typically 2 or 4 spaces per level) throughout all javadoc tasks.



##########
build.xml:
##########
@@ -525,7 +525,9 @@ Authors:
       windowtitle='XML Standard API' doctitle='XML Standard API'
       bottom='${copyright}'
       additionalparam='${additional.param}'
-      />
+    >
+        <arg value="-Xdoclint:none"/>
+    </javadoc>

Review Comment:
   [nitpick] The indentation of the `<arg>` element is inconsistent with the 
surrounding XML structure. The `<arg>` element should be indented to align with 
other child elements of the `<javadoc>` tag. Consider using consistent 
indentation (typically 2 or 4 spaces per level) throughout all javadoc tasks.



##########
build.xml:
##########
@@ -564,7 +570,9 @@ Authors:
       doctitle='Xerces2 Implementation'
       bottom='${copyright}'
       additionalparam='${additional.param}'
-      />
+    >
+        <arg value="-Xdoclint:none"/>
+    </javadoc>

Review Comment:
   [nitpick] The indentation of the `<arg>` element is inconsistent with the 
surrounding XML structure. The `<arg>` element should be indented to align with 
other child elements of the `<javadoc>` tag. Consider using consistent 
indentation (typically 2 or 4 spaces per level) throughout all javadoc tasks.



##########
build.xml:
##########
@@ -535,7 +537,9 @@ Authors:
       doctitle='Xerces Native Interface'
       bottom='${copyright}'
       additionalparam='${additional.param}'
-      />
+    >
+        <arg value="-Xdoclint:none"/>
+    </javadoc>

Review Comment:
   [nitpick] The indentation of the `<arg>` element is inconsistent with the 
surrounding XML structure. The `<arg>` element should be indented to align with 
other child elements of the `<javadoc>` tag. Consider using consistent 
indentation (typically 2 or 4 spaces per level) throughout all javadoc tasks.



-- 
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]

Reply via email to