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
|
||||
-- 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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user