Rm comment to fix generation of haddock docs

Unfortunately it seems to be not supported to document individual
parameters of these kind of contructs.
This commit is contained in:
2014-10-06 23:02:09 +02:00
parent 685a525c72
commit 394b450e51

View File

@@ -18,9 +18,9 @@ import Util
-- diagrams with different algorithms but based on the same
-- coordinates and common properties.
data Diag = Diag {
mkDiag :: DiagProp -- ^ properties of the diagrams
-> VTable -- ^ coordinates from the vertice table
-> Diagram Cairo R2 -- ^ resulting cairo 2d diagram
mkDiag :: DiagProp
-> VTable
-> Diagram Cairo R2
}