summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/devdocs/Gjs/namespace.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'giscanner/doctemplates/devdocs/Gjs/namespace.tmpl')
-rw-r--r--giscanner/doctemplates/devdocs/Gjs/namespace.tmpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/giscanner/doctemplates/devdocs/Gjs/namespace.tmpl b/giscanner/doctemplates/devdocs/Gjs/namespace.tmpl
new file mode 100644
index 00000000..5a90634a
--- /dev/null
+++ b/giscanner/doctemplates/devdocs/Gjs/namespace.tmpl
@@ -0,0 +1,14 @@
+<html>
+<body>
+ <section>
+ <h1 class="namespace">${node.name}</h1>
+ </section>
+ <ul>
+ % for n in node.values():
+ % if formatter.should_render_node(n):
+ <li>${formatter.format_inline(n, formatter.format_xref(n))}</li>
+ % endif
+ % endfor
+ </ul>
+</body>
+</html>