HALFEDGE: fix haddock comment

This commit is contained in:
hasufell 2015-02-04 02:02:58 +01:00
parent 8b9908ebae
commit 4ebd842d2b
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
-- |This module provides methods to build a cyclic half-edge data structure
-- from an already parsed obj mesh file. As such, it depends on details
-- of the parsed data structures.
-- of the parsed data.
--
-- In particular, 'indirectHeFaces', 'indirectHeVerts' and 'indirectToDirect'
-- assume specific structure of some input lists. Check their respective