We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5298374 commit 78ce089Copy full SHA for 78ce089
src/Draw.hs
@@ -216,7 +216,7 @@ coordinateSystem cosy = do
216
C.translate (width/2) (height/2)
217
218
-- | Render pictures for Haddock with doctests. Nomenclature: the 'FilePath' for
219
--- /Foo.Bar.Baz/ is /Foo\/Bar\/Baz.hs\/pic_name.svg/.
+-- /Foo.Bar.Baz/ is /Foo\/Bar\/Baz\/pic_name.svg/.
220
haddockRender :: FilePath -> Int -> Int -> Render () -> IO ()
221
haddockRender filename w h actions = do
222
let filepath = "docs/haddock/" ++ filename
0 commit comments