summaryrefslogtreecommitdiff
path: root/doc/helm-eshell-history-source.plantuml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/helm-eshell-history-source.plantuml')
-rw-r--r--doc/helm-eshell-history-source.plantuml27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/helm-eshell-history-source.plantuml b/doc/helm-eshell-history-source.plantuml
new file mode 100644
index 00000000..705822b6
--- /dev/null
+++ b/doc/helm-eshell-history-source.plantuml
@@ -0,0 +1,27 @@
+@startuml
+skinparam classFontStyle bold
+skinparam captionFontStyle bold
+title **Parents and Children of**\n**'helm-eshell-history-source'**\n\n
+"helm-source-sync" <|-- "helm-eshell-history-source"
+class "helm-source-sync"
+"helm-source" <|-- "helm-source-sync"
+class "helm-source"
+class "helm-eshell-history-source" {
+ Helm class to define source
+ for Eshell history.
+ ==
+ __ some interesting slots __
+ init
+ action
+ candidate-number-limit
+ candidates
+ keymap
+ multiline
+ nomark
+}
+note right of "helm-eshell-history-source"
+ **helm-eshell-history-source**:
+ Helm class to define source
+ for Eshell history.
+end note
+@enduml