From cf068d4f89784f00be7595c4d38ec0cac1f611d0 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Fri, 3 Feb 2017 16:12:56 +0100 Subject: Add supertypes and annotations to entity title --- doc-tool/src/dotty/tools/dottydoc/staticsite/Template.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'doc-tool/src') diff --git a/doc-tool/src/dotty/tools/dottydoc/staticsite/Template.scala b/doc-tool/src/dotty/tools/dottydoc/staticsite/Template.scala index 9720084f3..498b21f57 100644 --- a/doc-tool/src/dotty/tools/dottydoc/staticsite/Template.scala +++ b/doc-tool/src/dotty/tools/dottydoc/staticsite/Template.scala @@ -87,6 +87,7 @@ case class LiquidTemplate(path: String, content: SourceFile) extends Template wi Template.parse(show, JEKYLL) .`with`(ResourceInclude(params, includes)) .`with`(RenderReference(params)) + .`with`(RenderLink(params)) .`with`(RenderTitle(params)) .`with`(Docstring(params)) .render(toJavaMap(params)) -- cgit v1.2.3