summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2010-12-23 13:00:40 +0000
committerAlex Merry <dev@randomguy3.me.uk>2010-12-23 13:00:40 +0000
commit02b45059914886d9dddb67bda597a646c7748dc8 (patch)
treea1c43f6126f9a38b95c620ed5953f0aa6b2acfec /tools
parentaee1bb29d20780726dc18a314bae2403e484a566 (diff)
Sync spec tooling with telepathy
We now have minimal differences with the upstream tooling (just index.html and style.css).
Diffstat (limited to 'tools')
-rwxr-xr-xtools/doc-generator.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/doc-generator.py b/tools/doc-generator.py
index c40f224..95a8011 100755
--- a/tools/doc-generator.py
+++ b/tools/doc-generator.py
@@ -104,6 +104,10 @@ def render_template(name, namespaces, target=None):
namespaces = { 'spec': spec }
+if len(spec.generic_types) > 0:
+ render_template('generic-types.html', namespaces)
+if len(spec.errors) > 0:
+ render_template('errors.html', namespaces)
render_template('interfaces.html', namespaces)
render_template('fullindex.html', namespaces)