summaryrefslogtreecommitdiff
path: root/doc/helm-recentf-source.plantuml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/helm-recentf-source.plantuml')
-rw-r--r--doc/helm-recentf-source.plantuml27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/helm-recentf-source.plantuml b/doc/helm-recentf-source.plantuml
new file mode 100644
index 00000000..d35199b9
--- /dev/null
+++ b/doc/helm-recentf-source.plantuml
@@ -0,0 +1,27 @@
+@startuml
+skinparam classFontStyle bold
+skinparam captionFontStyle bold
+title **Parents and Children of**\n**'helm-recentf-source'**\n\n
+"helm-source-sync" <|-- "helm-recentf-source"
+"helm-type-file" <|-- "helm-recentf-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-recentf-source" {
+ __ some interesting slots __
+ init
+ candidates
+ match-dynamic
+ match-part
+ match-strict
+ migemo
+ pattern-transformer
+ persistent-action
+}
+note right of "helm-recentf-source"
+ **helm-recentf-source**
+end note
+@enduml