diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-11-04 12:33:32 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-11-04 12:33:32 +0000 |
commit | dc2881155320bf12b3da69f72fe7ee44696602ff (patch) | |
tree | 6f7108876f456a196eea1ff37f30d6e01716e3cc /doc/templates/devhelp.devhelp2 | |
parent | c455172a97b0b49418fd2fa1e7bd5c6e0a118541 (diff) | |
download | telepathy-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.devhelp2 | 18 |
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> |