From 0153b1f4e8fc614800860df24aedda67ec3a4e16 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 9 Jan 2013 02:12:13 -0500 Subject: mallardwriter: Pass the parent node around for inline formatting This will be used for @param detection. --- giscanner/mallard-C-signal.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'giscanner/mallard-C-signal.tmpl') diff --git a/giscanner/mallard-C-signal.tmpl b/giscanner/mallard-C-signal.tmpl index 7aae3ae4..69ecaad4 100644 --- a/giscanner/mallard-C-signal.tmpl +++ b/giscanner/mallard-C-signal.tmpl @@ -9,5 +9,5 @@ ${node.name} ${node.parent.ctype}::${node.name} -${formatter.format(node.doc)} +${formatter.format(node, node.doc)} -- cgit v1.2.1 From 8b23c6c8755bca0b0c58b25ee3c4b06c06d72bcd Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 9 Jan 2013 03:11:06 -0500 Subject: 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. --- giscanner/mallard-C-signal.tmpl | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 giscanner/mallard-C-signal.tmpl (limited to 'giscanner/mallard-C-signal.tmpl') diff --git a/giscanner/mallard-C-signal.tmpl b/giscanner/mallard-C-signal.tmpl deleted file mode 100644 index 69ecaad4..00000000 --- a/giscanner/mallard-C-signal.tmpl +++ /dev/null @@ -1,13 +0,0 @@ - - - - - ${node.name} - - ${node.parent.ctype}::${node.name} -${formatter.format(node, node.doc)} - -- cgit v1.2.1