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:
parent
685a525c72
commit
394b450e51
@ -18,9 +18,9 @@ import Util
|
|||||||
-- diagrams with different algorithms but based on the same
|
-- diagrams with different algorithms but based on the same
|
||||||
-- coordinates and common properties.
|
-- coordinates and common properties.
|
||||||
data Diag = Diag {
|
data Diag = Diag {
|
||||||
mkDiag :: DiagProp -- ^ properties of the diagrams
|
mkDiag :: DiagProp
|
||||||
-> VTable -- ^ coordinates from the vertice table
|
-> VTable
|
||||||
-> Diagram Cairo R2 -- ^ resulting cairo 2d diagram
|
-> Diagram Cairo R2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user