sourceUrl() public method

public sourceUrl ( ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface $element, boolean $withLine = true ) : string
$element ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface
$withLine boolean Include file line number into the link
return string
 /**
  * @return string
  */
 public function getTemplatePathForSourceElement(ElementReflectionInterface $element)
 {
     return $this->getDestination() . '/' . $this->sourceFilters->sourceUrl($element, FALSE);
 }