RstExtension

Companion with utilities for initializing extensions.

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def createAsMap[P](ext: Seq[RstExtension[P]], recParsers: RecursiveParsers): Map[String, P]

Initializes the specified extensions with the given recursive parsers and returns them as a map keyed by the name of the extension.

Initializes the specified extensions with the given recursive parsers and returns them as a map keyed by the name of the extension.