@sourcelink tag
This tag inserts a link to an external online source code repository. This tag implies use of the source_url_template option to define a template url to the source code.
See also @sourceref tag.
Syntax [link]
@sourcelink <path to file>[:<line number>] [{<link text>}]
Example [link]
In configuration:
@setopt source_url_template {http://www.project.org/trac/project/browser/trunk/@f?rev=@r#L@n}
In documentation:
The generic implementation of this algorithm is @sourcelink src/foo.c:123 {here}.