diff options
Diffstat (limited to 'giscanner/mallard-C-function.tmpl')
-rw-r--r-- | giscanner/mallard-C-function.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/mallard-C-function.tmpl b/giscanner/mallard-C-function.tmpl index 4eb3d07b..5cab7649 100644 --- a/giscanner/mallard-C-function.tmpl +++ b/giscanner/mallard-C-function.tmpl @@ -73,7 +73,7 @@ ${formatter.format_type(arg.type) | x} ${arg.argname}\ </code></synopsis> ${formatter.format(node.doc)} -% if node.parameters: +% if node.parameters or node.retval: <table> % for arg, ix in zip(node.parameters, range(len(node.parameters))): <tr> |