Merge pull request #1387 from steshaw/static-files-list-haddock-tweak
Fix Haddock formatting for staticFilesList
This commit is contained in:
commit
aeec20592c
@ -246,7 +246,7 @@ staticFiles dir = mkStaticFiles dir
|
|||||||
-- files @\"static\/js\/jquery.js\"@ and
|
-- files @\"static\/js\/jquery.js\"@ and
|
||||||
-- @\"static\/css\/normalize.css\"@, you would use:
|
-- @\"static\/css\/normalize.css\"@, you would use:
|
||||||
--
|
--
|
||||||
-- > staticFilesList \"static\" [\"js\/jquery.js\", \"css\/normalize.css\"]
|
-- > staticFilesList "static" ["js/jquery.js", "css/normalize.css"]
|
||||||
--
|
--
|
||||||
-- This can be useful when you have a very large number of static
|
-- This can be useful when you have a very large number of static
|
||||||
-- files, but only need to refer to a few of them from Haskell.
|
-- files, but only need to refer to a few of them from Haskell.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user