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