summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll/Render
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-23 18:20:10 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-23 18:20:10 +0100
commit6c94ad79926d9808ad1817d06c7e9aa69679318f (patch)
tree5a7aba54028217caff580a3622fe3ec1b2818c8f /src/Text/Hakyll/Render
parent5f8ea066d6626d9c1a1caa028f62865d74ce0d8a (diff)
downloadhakyll-6c94ad79926d9808ad1817d06c7e9aa69679318f.tar.gz
Documentation++.
Diffstat (limited to 'src/Text/Hakyll/Render')
-rw-r--r--src/Text/Hakyll/Render/Internal.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Hakyll/Render/Internal.hs b/src/Text/Hakyll/Render/Internal.hs
index 27459ad..ecde1d7 100644
--- a/src/Text/Hakyll/Render/Internal.hs
+++ b/src/Text/Hakyll/Render/Internal.hs
@@ -60,7 +60,7 @@ pureRenderWith manipulation template context =
in body `deepseq` M.insert "body" body context
-- | A pure renderAndConcat function.
-pureRenderAndConcatWith :: ContextManipulation
+pureRenderAndConcatWith :: ContextManipulation -- ^ Manipulation to apply.
-> [String] -- ^ Templates to use.
-> [Context] -- ^ Different renderables.
-> String