doctool: Rename templates to exclude mallard/the language
authorJasper St. Pierre <jstpierre@mecheye.net>
Thu, 31 Jan 2013 23:44:09 +0000 (18:44 -0500)
committerJasper St. Pierre <jstpierre@mecheye.net>
Sat, 2 Feb 2013 00:47:41 +0000 (19:47 -0500)
commit44dea29977be349304a905e01b3ec89f7bdc6168
treeb81a817f9642a788813e7f28d80f3bef4ac6f30c
parent217916ca496827aa494d956787e2700b21c66aaa
doctool: Rename templates to exclude mallard/the language

As templates are in their own directory and segregated into language
already, this is sort of repeating the issue. At the same time, always
explicitly use relative ("./") or absolute ("/") lookups for templates.

We want to eventually have base templates to share between languages, so
to do so without namespace clashes makes sense.
34 files changed:
Makefile-giscanner.am
giscanner/doctemplates/C/class.tmpl [moved from giscanner/doctemplates/C/mallard-C-class.tmpl with 96% similarity]
giscanner/doctemplates/C/constructor.tmpl [new file with mode: 0644]
giscanner/doctemplates/C/default.tmpl [new file with mode: 0644]
giscanner/doctemplates/C/enum.tmpl [new file with mode: 0644]
giscanner/doctemplates/C/function.tmpl [moved from giscanner/doctemplates/C/mallard-C-function.tmpl with 98% similarity]
giscanner/doctemplates/C/mallard-C-constructor.tmpl [deleted file]
giscanner/doctemplates/C/mallard-C-default.tmpl [deleted file]
giscanner/doctemplates/C/mallard-C-enum.tmpl [deleted file]
giscanner/doctemplates/C/mallard-C-method.tmpl [deleted file]
giscanner/doctemplates/C/mallard-C-record.tmpl [deleted file]
giscanner/doctemplates/C/method.tmpl [new file with mode: 0644]
giscanner/doctemplates/C/namespace.tmpl [moved from giscanner/doctemplates/C/mallard-C-namespace.tmpl with 92% similarity]
giscanner/doctemplates/C/property.tmpl [moved from giscanner/doctemplates/C/mallard-C-property.tmpl with 82% similarity]
giscanner/doctemplates/C/record.tmpl [new file with mode: 0644]
giscanner/doctemplates/C/signal.tmpl [moved from giscanner/doctemplates/C/mallard-C-signal.tmpl with 82% similarity]
giscanner/doctemplates/C/vfunc.tmpl [moved from giscanner/doctemplates/C/mallard-C-vfunc.tmpl with 93% similarity]
giscanner/doctemplates/Python/class.tmpl [moved from giscanner/doctemplates/Python/mallard-Python-class.tmpl with 97% similarity]
giscanner/doctemplates/Python/constructor.tmpl [new file with mode: 0644]
giscanner/doctemplates/Python/default.tmpl [new file with mode: 0644]
giscanner/doctemplates/Python/enum.tmpl [moved from giscanner/doctemplates/Python/mallard-Python-enum.tmpl with 86% similarity]
giscanner/doctemplates/Python/function.tmpl [moved from giscanner/doctemplates/Python/mallard-Python-function.tmpl with 97% similarity]
giscanner/doctemplates/Python/mallard-Python-constructor.tmpl [deleted file]
giscanner/doctemplates/Python/mallard-Python-default.tmpl [deleted file]
giscanner/doctemplates/Python/mallard-Python-method.tmpl [deleted file]
giscanner/doctemplates/Python/mallard-Python-record.tmpl [deleted file]
giscanner/doctemplates/Python/method.tmpl [new file with mode: 0644]
giscanner/doctemplates/Python/namespace.tmpl [moved from giscanner/doctemplates/Python/mallard-Python-namespace.tmpl with 92% similarity]
giscanner/doctemplates/Python/property.tmpl [moved from giscanner/doctemplates/Python/mallard-Python-property.tmpl with 91% similarity]
giscanner/doctemplates/Python/record.tmpl [new file with mode: 0644]
giscanner/doctemplates/Python/signal.tmpl [moved from giscanner/doctemplates/Python/mallard-Python-signal.tmpl with 97% similarity]
giscanner/doctemplates/Python/vfunc.tmpl [moved from giscanner/doctemplates/Python/mallard-Python-vfunc.tmpl with 95% similarity]
giscanner/doctemplates/base.tmpl [moved from giscanner/doctemplates/mallard-base.tmpl with 100% similarity]
giscanner/mallardwriter.py