summaryrefslogtreecommitdiff
path: root/doc/templates/devhelp.devhelp2
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-04 12:33:32 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-04 12:33:32 +0000
commitdc2881155320bf12b3da69f72fe7ee44696602ff (patch)
tree6f7108876f456a196eea1ff37f30d6e01716e3cc /doc/templates/devhelp.devhelp2
parentc455172a97b0b49418fd2fa1e7bd5c6e0a118541 (diff)
downloadtelepathy-logger-next.tar.gz
This branch has been merged into telepathy-glibnext
Replace the entire source tree with a message indicating where to go.
Diffstat (limited to 'doc/templates/devhelp.devhelp2')
-rw-r--r--doc/templates/devhelp.devhelp218
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/templates/devhelp.devhelp2 b/doc/templates/devhelp.devhelp2
deleted file mode 100644
index af327fa..0000000
--- a/doc/templates/devhelp.devhelp2
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0"?>
-<book xmlns="http://www.devhelp.net/book" title="$spec.title" name="$name" link="index.html">
- <chapters>
-#for $interface in $spec.interfaces
- <sub name="$interface.name" link="$interface.get_url()"/>
-#end for
- <sub name="Generic Types" link="generic-types.html"/>
- <sub name="Errors" link="errors.html"/>
- <sub name="Full Index" link="fullindex.html"/>
- </chapters>
- <functions>
-#for $obj in $spec.everything.values() + $spec.types.values() + $spec.errors.values()
- <keyword type="$obj.devhelp_name" name="$obj.get_title()" link="$obj.get_url()" #slurp
-#if $obj.deprecated: deprecated="true" #slurp
-/>
-#end for
- </functions>
-</book>