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:
hasufell 2014-10-06 23:02:09 +02:00
parent 685a525c72
commit 394b450e51
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 3 additions and 3 deletions

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
}