dotty.tools.scaladoc.site.TemplateFile
case class TemplateFile(
file:
File,
isHtml:
Boolean,
rawCode:
String,
settings:
Map[
String,
Object],
name:
String,
title:
TemplateName,
hasFrame:
Boolean,
resources:
List[
String],
layout:
Option[
String],
configOffset:
Int)
case class for the template files. Template file is a file .md or .html handling settings.
Value parameters
-
file
-
The Actual file defining the template.
-
rawCode
-
The content, what is to be shown, everything but settings.
-
settings
-
The config defined in the begging of the file, between the pair of --- (e.g. layout: basic).
Attributes
-
Experimental
-
true
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
Show all
Members list
An iterator over the names of all the elements of this product.
An iterator over the names of all the elements of this product.
Attributes
-
Inherited from:
-
Product
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
-
Returns
-
in the default implementation, an Iterator[Any]
-
Inherited from:
-
Product