summaryrefslogtreecommitdiff
path: root/doc/helm-imenu-source.plantuml
blob: 02805ffa992e6aab2a40cb143e2f0bb715646f43 (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
@startuml
skinparam classFontStyle bold
skinparam captionFontStyle bold
title **Parents and Children of**\n**'helm-imenu-source'**\n\n
"helm-source-sync" <|-- "helm-imenu-source"
class "helm-source-sync"
"helm-source" <|-- "helm-source-sync"
class "helm-source"
class "helm-imenu-source" {
	__ some interesting slots __
	action
	candidate-transformer
	candidates
	group
	help-message
	keymap
	nomark
	persistent-action
	persistent-help
}
note right of "helm-imenu-source"
	**helm-imenu-source**
end note
@enduml