summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/C/class.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* doctool: Use a base template for all node kinds that make senseJasper St. Pierre2013-02-011-37/+1
|
* doctool: Rename templates to exclude mallard/the languageJasper St. Pierre2013-02-011-0/+38
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.