Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Hoge

Hoge is sample class for example of typedoc-plugin-mermaid.

mermaid

Make TypeDoc easy to use with mermaid.js

graph TB mermaid.js --> TypeDoc;

Hierarchy

  • Hoge

Index

Methods

aliceGreetingFlow

  • aliceGreetingFlow(): void
  • Alice says "Hello John, how are you?" to Jone, then John says "Great!".

    mermaid

    Alice greet to Jone

    sequenceDiagram Alice->>John: Hello John, how are you? John-->>Alice: Great!

    Returns void

Abstract multiGraphs

  • multiGraphs(): void
  • Subgraphs.

    mermaid

    Subgraphs Example

    graph LR A[Hard edge] -->|Link text| B(Round edge) B --> C{Decision} C -->|One| D[Result one] C -->|Two| E[Result two]
    mermaid

    Alice greet to Jone

    sequenceDiagram Alice->>John: Hello John, how are you? John-->>Alice: Great!

    Returns void

Generated using TypeDoc