summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/devdocs/Gjs/_methods.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/doctemplates/devdocs/Gjs/_methods.tmpl')
-rw-r--r--giscanner/doctemplates/devdocs/Gjs/_methods.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/giscanner/doctemplates/devdocs/Gjs/_methods.tmpl b/giscanner/doctemplates/devdocs/Gjs/_methods.tmpl
new file mode 100644
index 00000000..e876cd68
--- /dev/null
+++ b/giscanner/doctemplates/devdocs/Gjs/_methods.tmpl
@@ -0,0 +1,4 @@
+<%namespace name="method" file="_method.tmpl"/>
+% for m in getattr(node, 'methods', []):
+ ${method.method(m)}
+% endfor