docker
docker copied to clipboard
Feature: {@link <target>} with auto resolve
I'would like to add support for inline tag {@link <target> [<title>]} which should be replaced by a link with the optional title to the target. The target itself may be
- an url
- any symbol (method/object)
- file from this documentation
- api description in the used language's reference (like String.match() as link to the MDN description).
- npm package name
See alinex-codedoc for a complete description of this.
I may help you to add this if you want.