kriegaex commented on issue #46:
URL: https://github.com/apache/groovy-website/issues/46#issuecomment-5755614857

   Thanks for the swift reaction and for the documentation improvements. This 
looks much better, well done!
   
   There still seems to be a small glitch with arrays in property types, e.g. 
`event.ChangeListener[]`, `event.AncestorListener[]`, `KeyStroke[]`, 
`java.beans.VetoableChangeListener[]`. For these, no links to javadocs are 
generated. I would expect something like 
   
[`event.AncestorListener[]`](https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/javax/swing/event/AncestorListener.html)
 to be rendered. Or more perfectly, without including the square brackets in 
the link: <code><a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/javax/swing/event/AncestorListener.html";>event.AncestorListener</a>[]</code>.
   
   
   


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

Reply via email to