doclet::formatLink PHP Method

    public function formatLink($url, $text)
    {
        return $text . ' (' . $url . ')';
    }