summaryrefslogtreecommitdiff
path: root/doc/helm-semantic-source.plantuml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/helm-semantic-source.plantuml')
-rw-r--r--doc/helm-semantic-source.plantuml22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/helm-semantic-source.plantuml b/doc/helm-semantic-source.plantuml
new file mode 100644
index 00000000..49ccd50b
--- /dev/null
+++ b/doc/helm-semantic-source.plantuml
@@ -0,0 +1,22 @@
+@startuml
+skinparam classFontStyle bold
+skinparam captionFontStyle bold
+title **Parents and Children of**\n**'helm-semantic-source'**\n\n
+"helm-source-in-buffer" <|-- "helm-semantic-source"
+class "helm-source-in-buffer"
+"helm-source" <|-- "helm-source-in-buffer"
+class "helm-source"
+class "helm-semantic-source" {
+ __ some interesting slots __
+ init
+ action
+ get-line
+ help-message
+ keymap
+ persistent-action
+ persistent-help
+}
+note right of "helm-semantic-source"
+ **helm-semantic-source**
+end note
+@enduml