All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mdoc.OnLoadContext.scala Maven / Gradle / Ivy

There is a newer version: 2.2.24
Show newest version
package mdoc

import mdoc.internal.cli.Settings

final class OnLoadContext private[mdoc] (
    val reporter: Reporter,
    private[mdoc] val settings: Settings
) {
  def site: Map[String, String] = settings.site
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy