From c0be077f1562feaedb7469cf94488d7ce2e9e3fd Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 8 Oct 2014 19:23:40 +0200 Subject: [PATCH] Improve haddock comments --- Diagram.hs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Diagram.hs b/Diagram.hs index c3ac9b3..6c93db8 100644 --- a/Diagram.hs +++ b/Diagram.hs @@ -77,9 +77,8 @@ yuD :: DiagProp -> Double yuD = snd . dY - --- |Creates a Diagram that shows the coordinates from the VTable --- as dots. The VTable and thickness of the dots can be controlled +-- |Creates a Diagram that shows the coordinates from the points +-- as dots. The points and thickness of the dots can be controlled -- via DiagProp. showCoordinates :: Diag showCoordinates = Diag f @@ -132,7 +131,7 @@ showWhiteRectB = Diag f h' = yuD p - ylD p --- |Create the Diagram from the VTable. +-- |Create the Diagram from the points. diag :: DiagProp -> [PT] -> Diagram Cairo R2 diag p = case alg p of 0 -> mkDiag