summaryrefslogtreecommitdiff
path: root/giscanner/doctemplates/base.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* doctool: improve Gjs documentationGiovanni Campagna2014-02-201-19/+10
| | | | | | | | | | | | | | | - Add documentation for structures, fields, constants and callbacks - Improve the synopsis for interfaces to have prerequisites and known implementations - Respect gjs constraints for field writability - Format in and out parameters for callables according to GJS conventions - Format property names according to the GJS API - Show boxed constructors according to how they can be used in the gjs API https://bugzilla.gnome.org/show_bug.cgi?id=724735
* doctool: Use format_xref to format some links to pagesJasper St. Pierre2013-02-151-1/+1
| | | | | | We don't do a full 100% conversion for all link tags, yet, because I don't want to break too much here. This may come later.
* doctool: Rename page_style to page_kindJasper St. Pierre2013-02-151-1/+1
|
* doctool: Switch to UI v1.0Jasper St. Pierre2013-02-011-1/+1
| | | | This is to shut yelp up about experimental UI and expanded.
* doctool: Rename templates to exclude mallard/the languageJasper St. Pierre2013-02-011-0/+29
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.