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