summaryrefslogtreecommitdiff
path: root/doc/helm-idle-time-timers-class.plantuml
blob: 388c72d2ec1b6bb4cfcbec2e2672f0b5fd7f209b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@startuml
skinparam classFontStyle bold
skinparam captionFontStyle bold
title **Parents and Children of**\n**'helm-idle-time-timers-class'**\n\n
"helm-source-sync" <|-- "helm-idle-time-timers-class"
"helm-type-timers" <|-- "helm-idle-time-timers-class"
class "helm-source-sync"
"helm-source" <|-- "helm-source-sync"
class "helm-source"
class "helm-type-timers"
"helm-source" <|-- "helm-type-timers"
class "helm-source"
class "helm-idle-time-timers-class" {
	__ some interesting slots __
	allow-dups
	candidate-transformer
	candidates
	match-dynamic
	match-strict
	migemo
}
note right of "helm-idle-time-timers-class"
	**helm-idle-time-timers-class**
end note
@enduml