remoteLineSuffix
Suffix used to append source code line number to the URL. This will help readers navigate not only to the file, but to the specific line number of the declaration.
The number itself will be appended to the specified suffix. For instance, if this property is set to #L
and the line number is 10, resulting URL suffix will be #L10
Suffixes used by popular services:
GitHub:
#L
GitLab:
#L
Bitbucket:
#lines-
Default is #L
.