yii\apidoc\helpers\ApiMarkdownLaTeX::renderApiLink PHP Method

    protected function renderApiLink($block)
    {
        // TODO allow break also on camel case
        $latex = '\\texttt{' . str_replace(['\\textbackslash', '::'], ['\\allowbreak{}\\textbackslash', '\\allowbreak{}::\\allowbreak{}'], $this->escapeLatex(strip_tags($block[1]))) . '}';
        return $latex;
    }