com.ossuminc.riddl.hugo
package com.ossuminc.riddl.hugo
Members list
Packages
package com.ossuminc.riddl.hugo.themes
package com.ossuminc.riddl.hugo.utils
package com.ossuminc.riddl.hugo.writers
Type members
Classlikes
Attributes
- Source
- GlossaryPass.scala
- Supertypes
case class GlossaryOutput(root: Root, messages: Messages, entries: Seq[GlossaryEntry]) extends CollectingPassOutput[GlossaryEntry]
Attributes
- Source
- GlossaryPass.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PassOutputclass Objecttrait Matchableclass AnyShow all
case class GlossaryPass(input: PassInput, outputs: PassesOutput, options: Options)(using x$4: PlatformContext) extends CollectingPass[GlossaryEntry]
Attributes
- Companion
- object
- Source
- GlossaryPass.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass CollectingPass[GlossaryEntry]class Passclass Objecttrait Matchableclass AnyShow all
object GlossaryPass
Attributes
- Companion
- class
- Source
- GlossaryPass.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
GlossaryPass.type
case class HugoOutput(root: Root, messages: Messages) extends PassOutput
Attributes
- Source
- HugoPass.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PassOutputclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- HugoPass.scala
- Supertypes
- Self type
-
HugoPass.type
case class HugoPass(input: PassInput, outputs: PassesOutput, options: Options)(using pc: PlatformContext) extends Pass, TranslatingState[MarkdownWriter], Summarizer
Attributes
- Companion
- object
- Source
- HugoPass.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Summarizertrait TranslatingState[MarkdownWriter]class Passclass Objecttrait Matchableclass AnyShow all
Information about message types collected by the MessagesPass
Information about message types collected by the MessagesPass
Value parameters
- description
-
Brief description of the message
- link
-
The documentation link to the message type
- message
-
The type of the message - shows the fields of the message, with their brief descriptions if any
- users
-
shows the places from which this message is used with full path identification, and each path component is a link to the documentation for that definition.
Attributes
- Source
- MessagesPass.scala
- Supertypes
case class MessageOutput(root: Root, messages: Messages, collected: Seq[MessageInfo]) extends CollectingPassOutput[MessageInfo]
Attributes
- Source
- MessagesPass.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass CollectingPassOutput[MessageInfo]trait PassOutputclass Objecttrait Matchableclass AnyShow all
case class MessagesPass(input: PassInput, outputs: PassesOutput, options: Options)(using x$4: PlatformContext) extends CollectingPass[MessageInfo]
Attributes
- Companion
- object
- Source
- MessagesPass.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass CollectingPass[MessageInfo]class Passclass Objecttrait Matchableclass AnyShow all
object MessagesPass extends PassInfo[Options]
Attributes
- Companion
- class
- Source
- MessagesPass.scala
- Supertypes
- Self type
-
MessagesPass.type
trait RiddlToHugoTranslator
Attributes
- Source
- RiddlToHugoTranslator.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Source
- Summarizer.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class HugoPass
- Self type
Attributes
- Source
- ToDoListPass.scala
- Supertypes
case class ToDoListOutput(root: Root, messages: Messages, collected: Seq[ToDoItem]) extends CollectingPassOutput[ToDoItem]
Attributes
- Source
- ToDoListPass.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass CollectingPassOutput[ToDoItem]trait PassOutputclass Objecttrait Matchableclass AnyShow all
case class ToDoListPass(input: PassInput, outputs: PassesOutput, options: Options)(using x$4: PlatformContext) extends CollectingPass[ToDoItem]
Attributes
- Companion
- object
- Source
- ToDoListPass.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass CollectingPass[ToDoItem]class Passclass Objecttrait Matchableclass AnyShow all
object ToDoListPass extends PassInfo[Options]
Attributes
- Companion
- class
- Source
- ToDoListPass.scala
- Supertypes
- Self type
-
ToDoListPass.type
In this article