MagicImports

mdoc.internal.markdown.MagicImports
See theMagicImports companion object
class MagicImports(settings: Settings, reporter: Reporter, file: InputFile)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

object NonPrintable

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class Printable(inputFile: InputFile, parents: List[FileImport])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Printable
object Printable extends Printable

Attributes

Companion
class
Supertypes
class Printable
class Object
trait Matchable
class Any
Self type
Printable.type

Value members

Concrete methods

def findUsingDirectives(input: Input): Unit
def visitUsingFile(input: Input, visited: Set[AbsolutePath]): Unit

Concrete fields

val dependencies: ListBuffer[MagicImport]
val files: Map[AbsolutePath, FileImport]
val repositories: ListBuffer[MagicImport]
val scalacOptions: ListBuffer[MagicImport]