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