From b7ee86ab4833f428e27429a75b2955c6b21159b1 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Sat, 12 Dec 2015 11:08:25 -0800 Subject: devdocs: Describe bare functions Pages for bare functions (not in a class) were missing descriptions of their arguments and return values. --- giscanner/doctemplates/devdocs/Gjs/function.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/giscanner/doctemplates/devdocs/Gjs/function.tmpl b/giscanner/doctemplates/devdocs/Gjs/function.tmpl index 9d2b5238..2795ee3c 100644 --- a/giscanner/doctemplates/devdocs/Gjs/function.tmpl +++ b/giscanner/doctemplates/devdocs/Gjs/function.tmpl @@ -1 +1,3 @@ +<%namespace name="method" file="_method.tmpl"/> <%inherit file="base.tmpl"/> +${method.describe_parameters(node)} -- cgit v1.2.1