scaladoc
scaladoc
dotty.tools.dottydoc
Main
dotty.tools.scaladoc
Annotation
Annotation
AnnotationParameter
PrimitiveParameter
LinkParameter
UnresolvedParameter
ArgParser
BuildInfo
Classlike
DRI
DRI
DocContext
DocLink
ToURL
ToDRI
UnresolvedDRI
DocumentationKind
ExtensionTarget
ExternalDocLink
ExternalDocLink
HierarchyGraph
HierarchyGraph
ImplicitConversion
ImplicitConversionProvider
InheritedFrom
Kind
Class
Trait
Enum
EnumCase
Def
Extension
Constructor
Exported
Type
Given
Implicit
Link
LinkToType
Main
Main
Member
Member
Modifier
Module
NavigationNode
Origin
ImplicitlyAddedBy
ExtensionFrom
ExportedFrom
Overrides
Overridden
Parameter
ParametersList
PathBased
PathBased
Entry
ParsingResult
Result
ScalaModuleProvider
Scaladoc
CommentSyntax
CommentSyntax
Args
ScaladocCommand
ScaladocSettings
Signature
SocialLinks
Github
Twitter
Gitter
Discord
Custom
SocialLinks
SourceLink
SourceLinkParser
SourceLinks
SourceLinks
TastyMemberSource
TemplateSourceLink
TypeParameter
Visibility
Protected
Private
VisibilityScope
ExplicitTypeScope
ExplicitModuleScope
WebBasedSourceLink
dotty.tools.scaladoc.parsers
WikiCodeBlockParser
Factory
WikiCodeBlockParser
dotty.tools.scaladoc.renderers
DocRender
DotDiagramBuilder
HtmlRenderer
Locations
MemberRenderer
ExpandedGroup
Tab
Page
ResolvedTemplate
Resource
Text
Classpath
File
URL
Resources
SignatureRenderer
SiteRenderer
Writer
dotty.tools.scaladoc.site
LazyEntry
LoadedTemplate
RenderingContext
ResolvedPage
Sidebar
Category
Page
Sidebar
RawInput
StaticSiteContext
TemplateFile
dotty.tools.scaladoc.tasty
BasicSupport
SymOpsWithLinkCache
ClassLikeSupport
MemberInfo
JavadocAnchorCreator
NameNormalizer
PackageSupport
Scaladoc2AnchorCreator
ScaladocSupport
ScaladocTastyInspector
SymOps
SymOpsWithLinkCache
SyntheticsSupport
TastyParser
TypesSupport
TreeSyntax
TypeSyntax
dotty.tools.scaladoc.tasty.comments
Cleaner
Comment
CommentExpander
ExpansionLimitExceeded
CommentExpander
DokkaCommentBody
MarkdownCommentParser
MarkdownParser
MarkupConversion
SymOpsWithLinkCache
MemberLookup
MemberLookup
SelectorKind
Selector
Selector
PreparsedComment
Preparser
Query
Query
StrictMemberId
Id
QualifiedId
Qual
Id
QueryParser
QueryParseException
QuerySegment
Regexes
Repr
WikiCommentParser
dbg
See
dotty.tools.scaladoc.tasty.comments.markdown
DocFlexmarkParser
Factory
DocFlexmarkParser
DocFlexmarkRenderer
Handler
Render
Factory
DocFlexmarkRenderer
DocLinkNode
dotty.tools.scaladoc.tasty.comments.wiki
Block
Body
Bold
Chain
Chain
CharReader
Code
DefinitionList
HorizontalRule
HtmlTag
Inline
Italic
Link
LinkTo
Monospace
OrderedList
Paragraph
Parser
RepresentationLink
RepresentationLink
Subscript
Summary
Superscript
Text
Title
Underline
UnorderedList
WikiDocElement
dotty.tools.scaladoc.transformers
ImplicitMembersExtensionTransformer
InheritanceInformationTransformer
SealedMarksGraphTransformer
dotty.tools.scaladoc.translators
FilterAttributes
InlineSignatureBuilder
InlineSignatureBuilder
ScalaSignatureProvider
ScalaSignatureUtils
SignatureBuilder
dotty.tools.scaladoc.util
Escape
HTML
Tag
Attr
scala.tasty.inspector
DocTastyInspector
OldTastyInspector
scaladoc
/
dotty.tools.scaladoc.renderers
/
Resources
Resources
trait
Resources
(using ctx:
DocContext
) extends
Locations
with
Writer
Graph
Supertypes
Known subtypes
trait
Writer
trait
Locations
class
Object
trait
Matchable
class
Any
class
HtmlRenderer
Value members
Value members
Concrete methods
def
allResources
(pages:
Seq
[
Page
]):
Seq
[
Resource
]
def
linkResources
(dri:
DRI
, resources:
Iterable
[
String
]):
Iterable
[
AppliedTag
]
def
renderResource
(resource:
Resource
):
Seq
[
String
]
def
searchData
(pages:
Seq
[
Page
]):
Resource
Inherited methods
def
absolutePath
(dri:
DRI
):
String
Inherited from
Locations
def
copy
(from:
InputStream
, to:
String
):
String
Inherited from
Writer
def
copy
(from:
Path
, to:
String
):
String
Inherited from
Writer
def
driExists
(dri:
DRI
):
Boolean
Inherited from
Locations
def
effectiveMembers
:
Map
[
DRI
,
Member
]
Inherited from
Locations
def
pathToPage
(from:
DRI
, to:
DRI
):
String
Inherited from
Locations
def
pathToRaw
(from:
Seq
[
String
], to:
Seq
[
String
]):
String
Inherited from
Locations
def
pathToRoot
(dri:
DRI
):
String
Inherited from
Locations
def
rawLocation
(dri:
DRI
):
Seq
[
String
]
Inherited from
Locations
def
resolveLink
(dri:
DRI
, url:
String
):
String
Inherited from
Locations
def
resolveRoot
(dri:
DRI
, path:
String
):
String
Inherited from
Locations
def
resolveRoot
(from:
Seq
[
String
], to:
String
):
String
Inherited from
Locations
def
write
(path:
String
, content:
String
):
String
Inherited from
Writer
def
write
(dri:
DRI
, content:
AppliedTag
):
String
Inherited from
Writer
Concrete fields
val
memberResources
:
Seq
[
Resource
]
val
memberResourcesPaths
:
Seq
[
String
]
val
searchDataPath
:
String
Inherited fields
var
cache
:
HashMap
[
DRI
,
Seq
[
String
]]
Inherited from
Locations