I'm looking for better ways to document my code in Netbeans.
In addition to the tags known and used a> in the Javadoc something caught my attention and piqued my curiosity.
When typing {@
some suggestions for documentation with tags appear that I have never seen and that I do not know what it is for. Some:
{@code}
{@docRoot}
{@link}
{@linkplain}
{@literal}
Would {@link}
be a replacement of the @link
tag? What are these other tags for?