tktcorporation / honkit-uml-template

Sample code to render plant uml on Honkit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

  • plantuml
@startuml

/'
  Comment
'/

    Class Stage
    Class Timeout {
        +constructor:function(cfg)
        +timeout:function(ctx)
        +overdue:function(ctx)
        +stage: Stage
    }
    Stage <|-- Timeout

@enduml

About

Sample code to render plant uml on Honkit.

License:MIT License


Languages

Language:Dockerfile 100.0%