summaryrefslogtreecommitdiff
path: root/doc/helm-type-timers.plantuml
blob: 159824d2311bd0bc1d938c7a96a8fe3e49955bed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@startuml
skinparam classFontStyle bold
skinparam captionFontStyle bold
title **Parents and Children of**\n**'helm-type-timers'**\n\n
"helm-source" <|-- "helm-type-timers"
class "helm-source"
class "helm-type-timers" {
	A class to define helm type
	timers.
	==
	__ some interesting slots __
}
note right of "helm-type-timers"
	**helm-type-timers**:
	A class to define helm type
	timers.
end note
"helm-type-timers" <|-- "helm-idle-time-timers-class"
"helm-type-timers" <|-- "helm-absolute-time-timers-class"
@enduml