documon
Version:
A documentation system for mortals. Use with any language.
13 lines (7 loc) • 431 B
Markdown
# See
Used to link to a part of the docs, aka "see also".
Include mulitple @see tags, as all of the items will appear as a list with the heading of "See Also" (in the default Documon template -- display be vary from template to template).
Use markdown link notation:
@see [describe the link here](http://www.example.com)
@see [describe the link here](#package.path.Foo.setWidth)
@see [describe the link here](#setWidth)