frankframework / frank-doc

Frank!Doc
https://frankdoc.frankframework.org
Apache License 2.0
4 stars 5 forks source link

A JavaDoc {@link ...} directive pointing to a full class name does not produce a link #117

Closed mhdirkse closed 1 week ago

mhdirkse commented 2 years ago

If the JavaDoc comments of the F!F contain a {@link ...} directive pointing to the full name of a Java class, then the Frank!Doc website does not produce a link. Instead, the full name of the Java class appears as plain text, without the markup of a link.

Using a {@link ...} with a full class name is a workaround for https://github.com/ibissource/iaf/issues/3196. If that issue is solved, the simple name of the Java class can appear in the {@link ...} and the class can be imported. For that case, the Frank!Doc already shows working links.

thomaspj10 commented 1 week ago

Tested it and seems to work correctly.