doc: Put documentation templates into their own directories
authorJasper St. Pierre <jstpierre@mecheye.net>
Wed, 9 Jan 2013 08:11:06 +0000 (03:11 -0500)
committerJasper St. Pierre <jstpierre@mecheye.net>
Wed, 9 Jan 2013 08:16:14 +0000 (03:16 -0500)
commit8b23c6c8755bca0b0c58b25ee3c4b06c06d72bcd
tree6b743fe7fdd23dabcd49b90b8ff35aab358da857
parent634961eac7186ec95680916de0b627ea1c7441e7
doc: Put documentation templates into their own directories

Instead of cluttering up the giscanner directory, put templates
into their own files, with each language having its own templates
in its own directory for comfort.
20 files changed:
Makefile-giscanner.am
giscanner/doctemplates/C/mallard-C-class.tmpl [moved from giscanner/mallard-C-class.tmpl with 100% similarity]
giscanner/doctemplates/C/mallard-C-default.tmpl [moved from giscanner/mallard-C-default.tmpl with 100% similarity]
giscanner/doctemplates/C/mallard-C-enum.tmpl [moved from giscanner/mallard-C-enum.tmpl with 100% similarity]
giscanner/doctemplates/C/mallard-C-function.tmpl [moved from giscanner/mallard-C-function.tmpl with 100% similarity]
giscanner/doctemplates/C/mallard-C-namespace.tmpl [moved from giscanner/mallard-C-namespace.tmpl with 100% similarity]
giscanner/doctemplates/C/mallard-C-property.tmpl [moved from giscanner/mallard-C-property.tmpl with 100% similarity]
giscanner/doctemplates/C/mallard-C-record.tmpl [moved from giscanner/mallard-C-record.tmpl with 100% similarity]
giscanner/doctemplates/C/mallard-C-signal.tmpl [moved from giscanner/mallard-C-signal.tmpl with 100% similarity]
giscanner/doctemplates/C/mallard-C-vfunc.tmpl [moved from giscanner/mallard-C-vfunc.tmpl with 100% similarity]
giscanner/doctemplates/Python/mallard-Python-class.tmpl [moved from giscanner/mallard-Python-class.tmpl with 100% similarity]
giscanner/doctemplates/Python/mallard-Python-default.tmpl [moved from giscanner/mallard-Python-default.tmpl with 100% similarity]
giscanner/doctemplates/Python/mallard-Python-enum.tmpl [moved from giscanner/mallard-Python-enum.tmpl with 100% similarity]
giscanner/doctemplates/Python/mallard-Python-function.tmpl [moved from giscanner/mallard-Python-function.tmpl with 100% similarity]
giscanner/doctemplates/Python/mallard-Python-namespace.tmpl [moved from giscanner/mallard-Python-namespace.tmpl with 100% similarity]
giscanner/doctemplates/Python/mallard-Python-property.tmpl [moved from giscanner/mallard-Python-property.tmpl with 100% similarity]
giscanner/doctemplates/Python/mallard-Python-record.tmpl [moved from giscanner/mallard-Python-record.tmpl with 100% similarity]
giscanner/doctemplates/Python/mallard-Python-signal.tmpl [moved from giscanner/mallard-Python-signal.tmpl with 100% similarity]
giscanner/doctemplates/Python/mallard-Python-vfunc.tmpl [moved from giscanner/mallard-Python-vfunc.tmpl with 100% similarity]
giscanner/mallardwriter.py