Packages

package docs

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait DocNode extends AnyRef
  2. case class DocTree(commonShapeIds: List[ShapeId], services: List[ServiceDocNode], operations: Map[ShapeId, OperationDocNode], structures: Map[ShapeId, StructureDocNode], dataKindInhabitants: Map[ShapeId, List[PolymorphicDataKind]]) extends Product with Serializable
  3. class MarkdownRenderer extends AnyRef
  4. case class OperationDocNode(operation: Operation, input: Option[ShapeId], output: Option[ShapeId]) extends DocNode with Product with Serializable
  5. case class ServiceDocNode(shapeId: ShapeId, operations: List[ShapeId]) extends DocNode with Product with Serializable
  6. case class StructureDocNode(definition: Def) extends DocNode with Product with Serializable
  7. class TypescriptRenderer extends AnyRef

Value Members

  1. object Codegen
  2. object MarkdownRenderer

Ungrouped