summaryrefslogtreecommitdiff
path: root/doc/helm-type-command.plantuml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/helm-type-command.plantuml')
-rw-r--r--doc/helm-type-command.plantuml19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/helm-type-command.plantuml b/doc/helm-type-command.plantuml
new file mode 100644
index 00000000..81b97704
--- /dev/null
+++ b/doc/helm-type-command.plantuml
@@ -0,0 +1,19 @@
+@startuml
+skinparam classFontStyle bold
+skinparam captionFontStyle bold
+title **Parents and Children of**\n**'helm-type-command'**\n\n
+"helm-source" <|-- "helm-type-command"
+class "helm-source"
+class "helm-type-command" {
+ A class to define helm type
+ command.
+ ==
+ __ some interesting slots __
+}
+note right of "helm-type-command"
+ **helm-type-command**:
+ A class to define helm type
+ command.
+end note
+"helm-type-command" <|-- "helm-M-x-class"
+@enduml