From 4ebd842d2b4a7a95e6830863330f3f9627d2629c Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 4 Feb 2015 02:02:58 +0100 Subject: [PATCH] HALFEDGE: fix haddock comment --- Graphics/HalfEdge.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphics/HalfEdge.hs b/Graphics/HalfEdge.hs index 088fcbe..284260a 100644 --- a/Graphics/HalfEdge.hs +++ b/Graphics/HalfEdge.hs @@ -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