frankframework / frank-doc

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

FrankDoc does not handle javadoc tags properly #196

Closed jjansenvr closed 2 weeks ago

jjansenvr commented 1 month ago

I use FF-version="8.2.0"

In the xsd I see {@code } instead of useful info image

When hovering the Directory listener (in vscode) I do not see any info. Other elements do show the extra information (as shown above) DirectoryListener is part of the xsd but the Type does not seem to be defined with all info

the links in the frankdoc to the java doc pages does not work for elements that are part of extensions

nielsm5 commented 1 month ago

Duplicate of https://github.com/frankframework/frankframework/issues/7273. This issue is for fixing the doclet.

The following tags should be supported by the Frank!Doc: {@value .. } {@code .. } {@link .. } {@literal .. }

{@inheritDoc .. }

thomaspj10 commented 3 weeks ago

-