summaryrefslogtreecommitdiff
path: root/doc/helm-browse-project-override-inheritor.plantuml
blob: 4f99b13547e93ae3a7e9ec0c656bff18a9bccb42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@startuml
skinparam classFontStyle bold
skinparam captionFontStyle bold
title **Parents and Children of**\n**'helm-browse-project-override-inheritor'**\n\n
"helm-type-file" <|-- "helm-browse-project-override-inheritor"
class "helm-type-file"
"helm-source" <|-- "helm-type-file"
class "helm-source"
class "helm-browse-project-override-inheritor" {
	__ some interesting slots __
}
note right of "helm-browse-project-override-inheritor"
	**helm-browse-project-override-inheritor**
end note
"helm-browse-project-override-inheritor" <|-- "helm-browse-project-source"
@enduml